UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines 350 B
import { highlighterThemes } from "./const.mjs"; import { HighlighterProps, SyntaxHighlighterProps } from "./type.mjs"; import { Highlighter } from "./Highlighter.mjs"; import { SyntaxHighlighter } from "./SyntaxHighlighter/index.mjs"; export { HighlighterProps, SyntaxHighlighter, SyntaxHighlighterProps, Highlighter as default, highlighterThemes };