mirror of
https://github.com/HKUDS/OpenSpace.git
synced 2026-08-28 05:15:00 +00:00
15 lines
289 B
TypeScript
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";
|