fix(core): update
This commit is contained in:
parent
5aee15a23b
commit
17a8151b2f
6
ts/domtools.colors.ts
Normal file
6
ts/domtools.colors.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export interface IDeesColorSet {
|
||||
primaryAccent: string;
|
||||
secondaryAccent: string;
|
||||
primaryBackground: string;
|
||||
secondaryBackground: string;
|
||||
}
|
@ -1,3 +1,4 @@
|
||||
export * from './domtools.colors';
|
||||
export * from './domtools.elementbasicsetup';
|
||||
export * from './domtools.elementbasicstyles';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user