Skip to content

Commit 513ce9c

Browse files
committed
feat: declare ui interface
1 parent 140dae9 commit 513ce9c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/core/ui.ts

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { ITheme } from './theme';
2+
3+
export interface IUI {
4+
colorTheme?: ITheme;
5+
iconTheme?: ITheme;
6+
}

0 commit comments

Comments
 (0)