From a2dc9d48bc048e66d9419045149ea0a5b2541bb1 Mon Sep 17 00:00:00 2001 From: Princesseuh Date: Tue, 4 Apr 2023 08:23:34 +0000 Subject: [PATCH] [ci] format --- packages/markdown/remark/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/markdown/remark/src/types.ts b/packages/markdown/remark/src/types.ts index 2f2d36de74..413d99ca26 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';