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!

41 lines (40 loc) 2.18 kB
export { default as a11yDark } from './a11y-dark'; export { default as a11yLight } from './a11y-light'; export { default as anOldHope } from './an-old-hope'; export { default as androidstudio } from './androidstudio'; export { default as arta } from './arta'; export { default as atomOneDark } from './atom-one-dark'; export { default as atomOneLight } from './atom-one-light'; export { default as codepen } from './codepen'; export { default as dracula } from './dracula'; export { default as far } from './far'; export { default as github } from './github'; export { default as googlecode } from './googlecode'; export { default as hopscotch } from './hopscotch'; export { default as hybrid } from './hybrid'; export { default as irBlack } from './ir-black'; export { default as monoBlue } from './mono-blue'; export { default as monokaiSublime } from './monokai-sublime'; export { default as monokai } from './monokai'; export { default as nord } from './nord'; export { default as noctisViola } from './noctis-viola'; export { default as obsidian } from './obsidian'; export { default as ocean } from './ocean'; export { default as paraisoDark } from './paraiso-dark'; export { default as paraisoLight } from './paraiso-light'; export { default as pojoaque } from './pojoaque'; export { default as purebasic } from './purebasic'; export { default as railscast } from './railscast'; export { default as rainbow } from './rainbow'; export { default as shadesOfPurple } from './shades-of-purple'; export { default as solarizedDark } from './solarized-dark'; export { default as solarizedLight } from './solarized-light'; export { default as sunburst } from './sunburst'; export { default as tomorrowNightBlue } from './tomorrow-night-blue'; export { default as tomorrowNightBright } from './tomorrow-night-bright'; export { default as tomorrowNightEighties } from './tomorrow-night-eighties'; export { default as tomorrowNight } from './tomorrow-night'; export { default as tomorrow } from './tomorrow'; export { default as vs2015 } from './vs2015'; export { default as xt256 } from './xt256'; export { default as zenburn } from './zenburn';