UNPKG

@lobehub/ui

Version:

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

14 lines (13 loc) 496 B
import { HighlighterProps } from "../../Highlighter/type.mjs"; import "../../Highlighter/index.mjs"; import "../../Mermaid/index.mjs"; import { SnippetProps } from "../../Snippet/type.mjs"; import "../../Snippet/index.mjs"; import { FC } from "react"; //#region src/mdx/mdxComponents/Pre.d.ts type PreProps = HighlighterProps; declare const Pre: FC<PreProps>; declare const PreSingleLine: FC<SnippetProps>; //#endregion export { Pre, PreProps, PreSingleLine }; //# sourceMappingURL=Pre.d.mts.map