fix(core): update

This commit is contained in:
Philipp Kunz 2020-05-24 18:54:10 +00:00
parent 5aee15a23b
commit 17a8151b2f
2 changed files with 7 additions and 0 deletions

6
ts/domtools.colors.ts Normal file
View File

@ -0,0 +1,6 @@
export interface IDeesColorSet {
primaryAccent: string;
secondaryAccent: string;
primaryBackground: string;
secondaryBackground: string;
}

View File

@ -1,3 +1,4 @@
export * from './domtools.colors';
export * from './domtools.elementbasicsetup';
export * from './domtools.elementbasicstyles';