@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
5 lines • 356 B
text/typescript
import { highlighterThemes } from "./const.mjs";
import { HighlighterProps, SyntaxHighlighterProps } from "./type.mjs";
import { Highlighter } from "./Highlighter.mjs";
import SyntaxHighlighter from "./SyntaxHighlighter/index.mjs";
export { type HighlighterProps, SyntaxHighlighter, type SyntaxHighlighterProps, Highlighter as default, highlighterThemes };