UNPKG

@lobehub/ui

Version:

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

12 lines (11 loc) 360 B
/// <reference types="react" /> import type { Pluggable } from 'unified'; export interface SyntaxMdxProps { children: string; enableMermaid?: boolean; fullFeatured?: boolean; rehypePlugins?: Pluggable[]; remarkPlugins?: Pluggable[]; } declare const SyntaxMdx: import("react").NamedExoticComponent<SyntaxMdxProps>; export default SyntaxMdx;