Skip to content

Commit 3f5f289

Browse files
committed
remove unused import
1 parent abb8c05 commit 3f5f289

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

package/src/core.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { useShikiHighlighter as useBaseHook } from './lib/hook';
22
import { validateCoreHighlighter } from './bundles/core';
33
import type {
4-
UseShikiHighlighter,
54
OutputFormat,
65
OutputFormatMap,
76
Language,

package/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { useShikiHighlighter as useBaseHook } from './lib/hook';
22
import { createFullHighlighter } from './bundles/full';
33
import type {
4-
UseShikiHighlighter,
54
OutputFormat,
65
OutputFormatMap,
76
Language,

package/src/web.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { useShikiHighlighter as useBaseHook } from './lib/hook';
22
import { createWebHighlighter } from './bundles/web';
33
import type {
4-
UseShikiHighlighter,
54
OutputFormat,
65
OutputFormatMap,
76
Language,

0 commit comments

Comments
 (0)