feat(theme,interfaces): Introduce a global theming system and unify menu/tab interfaces; migrate components to use themeDefaultStyles and update APIs accordingly
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export interface ITab {
|
||||
export interface IMenuItem {
|
||||
key: string;
|
||||
iconName?: string;
|
||||
action: () => void;
|
||||
|
||||
Reference in New Issue
Block a user