UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 275 B
export declare function escapeBrackets(text: string): string; export declare function escapeMhchem(text: string): string; export declare function fixMarkdownBold(text: string): string; export declare const transformCitations: (rawContent: string, length?: number) => string;