summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/markdown/remark/src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/src/types.ts b/packages/markdown/remark/src/types.ts
index 2f2d36de7..413d99ca2 100644
--- a/packages/markdown/remark/src/types.ts
+++ b/packages/markdown/remark/src/types.ts
@@ -1,8 +1,8 @@
import type * as hast from 'hast';
import type * as mdast from 'mdast';
import type {
- one as Handler,
all as Handlers,
+ one as Handler,
Options as RemarkRehypeOptions,
} from 'remark-rehype';
import type { ILanguageRegistration, IThemeRegistration, Theme } from 'shiki';