UNPKG

@vector-im/compound-design-tokens

Version:
16 lines (13 loc) 297 B
/** * TODO: Auto-generate this file to allow for dynamic themes to be generated */ import * as light from "./cpdLight"; import * as lightHc from "./cpdLightHc"; import * as dark from "./cpdDark"; import * as darkHc from "./cpdDarkHc"; export default { light, lightHc, dark, darkHc, };