@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
7 lines (6 loc) • 338 B
TypeScript
/// <reference types="react" />
import { HighlighterProps } from './type';
export declare const Highlighter: import("react").NamedExoticComponent<HighlighterProps>;
export default Highlighter;
export { default as SyntaxHighlighter, type SyntaxHighlighterProps } from './SyntaxHighlighter';
export { type HighlighterProps } from './type';