@code-surfer/standalone
Version:
Code Surfer React component
10 lines (9 loc) • 488 B
TypeScript
export { theme as default, theme as github } from "./github";
export { theme as dracula } from "./dracula";
export { theme as duotoneDark } from "./duotone-dark";
export { theme as duotoneLight } from "./duotone-light";
export { theme as nightOwl } from "./night-owl";
export { theme as oceanicNext } from "./oceanic-next";
export { theme as shadesOfPurple } from "./shades-of-purple";
export { theme as ultramin } from "./ultramin";
export { theme as vsDark } from "./vs-dark";