From d0826e2ad369c1a25f85cbcabe898ce7ef45e7fc Mon Sep 17 00:00:00 2001 From: Guo Zhihao Date: Sun, 20 Mar 2022 20:52:48 +0800 Subject: [PATCH] Revert "Export option types" This reverts commit d0af29d7126fc74835c9fc00015856af81f61069. --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' |