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!

3 lines (2 loc) 119 B
import { Theme, CodeBlockTheme } from 'types'; export declare const defaultColors: (theme: Theme) => CodeBlockTheme;