4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
export { githubLightTheme } from "./github-light";
|
|
export { githubDarkTheme } from "./github-dark";
|
|
export { githubLightTheme as currentTheme } from "./github-light";
|