@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
8 lines (7 loc) • 310 B
text/typescript
import { SyntaxHighlighterProps } from "../type.mjs";
import * as react33 from "react";
//#region src/Highlighter/SyntaxHighlighter/index.d.ts
declare const SyntaxHighlighter: react33.NamedExoticComponent<SyntaxHighlighterProps>;
//#endregion
export { SyntaxHighlighter };
//# sourceMappingURL=index.d.mts.map