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