UNPKG

themed-design-tokens

Version:
7 lines (5 loc) 101 B
export const DEFAULT_THEMES = { LIGHT: "light", DARK: "dark", }; export const SEPARATOR = "--";