@vector-im/compound-design-tokens
Version:
Compound design tokens
16 lines (13 loc) • 297 B
JavaScript
/**
* 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,
};