UNPKG

@lobehub/ui

Version:

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

11 lines (10 loc) 422 B
interface HighlighterThemeItem { displayName: string; id: string; } export declare const highlighterThemes: HighlighterThemeItem[]; export declare const FALLBACK_LANG = "plaintext"; export declare const getCodeLanguageByInput: (input: string) => string; export declare const getCodeLanguageFilename: (input: string) => string; export declare const getCodeLanguageDisplayName: (input: string) => string; export {};