dees-domtools/ts/domtools.colors.ts

7 lines
147 B
TypeScript
Raw Normal View History

2020-05-24 18:54:10 +00:00
export interface IDeesColorSet {
primaryAccent: string;
secondaryAccent: string;
primaryBackground: string;
secondaryBackground: string;
2020-05-27 21:15:38 +00:00
}