1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-19 18:01:37 +07:00
verdaccio-ui/src/design-tokens/types.ts
Juan Picado @jotadeveloper f761e36669
feat: enable dark mode
2020-03-02 22:05:24 +01:00

4 lines
58 B
TypeScript

export interface ColorsTheme {
[key: string]: string;
}