OpenSpace/apps/tui/src/components/design-system/index.ts
2026-07-17 11:43:42 +08:00

15 lines
289 B
TypeScript

export {
type ColorToken,
type Theme,
type ThemeColors,
type ThemeSpacing,
THEMES,
getTheme,
setTheme,
getColor,
getSpacing,
} from "./theme.js";
export { ThemedBox } from "./ThemedBox.js";
export { ThemedText } from "./ThemedText.js";
export { Pane } from "./Pane.js";