aboutsummaryrefslogtreecommitdiff
path: root/src/webpack/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpack/common')
-rw-r--r--src/webpack/common/types/menu.d.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webpack/common/types/menu.d.ts b/src/webpack/common/types/menu.d.ts
index 39e1530..8e9218f 100644
--- a/src/webpack/common/types/menu.d.ts
+++ b/src/webpack/common/types/menu.d.ts
@@ -37,9 +37,10 @@ export interface Menu {
id: string;
label: string;
action?(e: MouseEvent): void;
+ icon?: ComponentType<any>;
color?: string;
- render?: ComponentType;
+ render?: ComponentType<any>;
onChildrenScroll?: Function;
childRowHeight?: number;
listClassName?: string;