UNPKG

react-code-blocks

Version:

Modified Atlaskit's Code Block to support more languages (i.e graphql, reasonml, etc) and theme (i.e railscast, dracula, monokai, etc) code snippets!

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;