diff --git a/src/index.ts b/src/index.ts index d20a719..0dc5d58 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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' |