Skip to content

Commit

Permalink
feat: declare ui interface
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor committed Oct 22, 2020
1 parent 140dae9 commit 513ce9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/ui.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { ITheme } from './theme';

export interface IUI {
colorTheme?: ITheme;
iconTheme?: ITheme;
}

0 comments on commit 513ce9c

Please sign in to comment.