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!

5 lines (4 loc) 196 B
export default function themed(modesOrVariant: { light: string; dark: string; }): (props: import('../types').CustomThemeProps | import('../types').NoThemeProps | undefined) => string;