We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140dae9 commit 513ce9cCopy full SHA for 513ce9c
src/core/ui.ts
@@ -0,0 +1,6 @@
1
+import { ITheme } from './theme';
2
+
3
+export interface IUI {
4
+ colorTheme?: ITheme;
5
+ iconTheme?: ITheme;
6
+}
0 commit comments