UNPKG

@lobehub/ui

Version:

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

6 lines 276 B
import { HighlighterProps } from "./type.mjs"; //#region src/Highlighter/Highlighter.d.ts declare const Highlighter: import("react").NamedExoticComponent<HighlighterProps>; //#endregion export { Highlighter, Highlighter as default }; //# sourceMappingURL=Highlighter.d.mts.map