UNPKG

@discostudioteam/react-code-blocks

Version:

Modified rajinwonderland's modification of Atlaskit's Code Block!

7 lines (6 loc) 212 B
export declare const SUPPORTED_LANGUAGE_ALIASES: readonly { name: string; alias: string[]; value: string; }[]; export declare const normalizeLanguage: (language?: string | undefined) => string;