We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724ad1e commit 2ed1771Copy full SHA for 2ed1771
packages/shikiji-compat/src/index.ts
@@ -11,10 +11,7 @@ export const BUNDLED_THEMES = bundledThemes
11
export * from './stub'
12
export * from './types'
13
14
-export {
15
- toShikiTheme,
16
- FontStyle,
17
-} from 'shikiji'
+export { toShikiTheme } from 'shikiji'
18
19
export async function getHighlighter(options: HighlighterOptions = {}) {
20
const themes = options.themes || []
0 commit comments