mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 19:01:38 +01:00
10 lines
243 B
TypeScript
10 lines
243 B
TypeScript
export type { YaakColorKey, YaakColors, YaakTheme } from "@yaakapp-internal/theme";
|
|
export {
|
|
addThemeStylesToDocument,
|
|
applyThemeToDocument,
|
|
completeTheme,
|
|
getThemeCSS,
|
|
indent,
|
|
setThemeOnDocument,
|
|
} from "@yaakapp-internal/theme";
|