Skip to content

Commit 2ed1771

Browse files
committed
fix(compat): do not re-export enum
1 parent 724ad1e commit 2ed1771

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/shikiji-compat/src/index.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ export const BUNDLED_THEMES = bundledThemes
1111
export * from './stub'
1212
export * from './types'
1313

14-
export {
15-
toShikiTheme,
16-
FontStyle,
17-
} from 'shikiji'
14+
export { toShikiTheme } from 'shikiji'
1815

1916
export async function getHighlighter(options: HighlighterOptions = {}) {
2017
const themes = options.themes || []

0 commit comments

Comments
 (0)