UNPKG

@lobehub/ui

Version:

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

10 lines (9 loc) 395 B
import { FC } from 'react'; import { type HighlighterProps } from "../../Highlighter"; import { type MermaidProps } from "../../Mermaid"; import { type SnippetProps } from "../../Snippet"; export type PreProps = HighlighterProps; export declare const Pre: FC<PreProps>; export declare const PreSingleLine: FC<SnippetProps>; export declare const PreMermaid: FC<MermaidProps>; export default Pre;