UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 279 B
import { HighlighterProps } from "./type.mjs"; import * as react32 from "react"; //#region src/Highlighter/Highlighter.d.ts declare const Highlighter: react32.NamedExoticComponent<HighlighterProps>; //#endregion export { Highlighter }; //# sourceMappingURL=Highlighter.d.mts.map