1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-02 17:45:05 +07:00
verdaccio-ui/src/design-tokens/types.ts

4 lines
58 B
TypeScript
Raw Normal View History

2020-03-03 04:05:24 +07:00
export interface ColorsTheme {
[key: string]: string;
}