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!
38 lines (37 loc) • 1.01 kB
TypeScript
declare const _default: {
lineNumberColor: string;
lineNumberBgColor: string;
backgroundColor: string;
textColor: string;
substringColor: string;
keywordColor: undefined;
attributeColor: string;
selectorAttributeColor: undefined;
docTagColor: undefined;
nameColor: string;
builtInColor: string;
literalColor: string;
bulletColor: string;
codeColor: string;
additionColor: string;
regexpColor: string;
symbolColor: string;
variableColor: string;
templateVariableColor: string;
linkColor: string;
selectorClassColor: string;
typeColor: string;
stringColor: string;
selectorIdColor: string;
quoteColor: string;
templateTagColor: string;
deletionColor: string;
titleColor: string;
sectionColor: string;
commentColor: string;
metaKeywordColor: string;
metaColor: string;
functionColor: string;
numberColor: string;
};
export default _default;