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