Skip to content

Commit

Permalink
Revert "Export option types"
Browse files Browse the repository at this point in the history
This reverts commit d0af29d.
  • Loading branch information
Val-istar-Guo committed Mar 20, 2022
1 parent 6df12cb commit d0826e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const visitor = (preNode: hast.Element): void => {
const selector = (node: hast.Element): boolean => node.tagName === 'pre'


export interface Options {
interface Options {
plugins: (
'autolinker'| 'autoloader' | 'command-line' | 'copy-to-clipboard' |
'custom-class' | 'data-uri-highlight' | 'diff-highlight' |
Expand Down

0 comments on commit d0826e2

Please sign in to comment.