diff options
Diffstat (limited to 'src/webpack')
-rw-r--r-- | src/webpack/common/types/menu.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webpack/common/types/menu.d.ts b/src/webpack/common/types/menu.d.ts index b52e78f..39e1530 100644 --- a/src/webpack/common/types/menu.d.ts +++ b/src/webpack/common/types/menu.d.ts @@ -38,6 +38,7 @@ export interface Menu { label: string; action?(e: MouseEvent): void; + color?: string; render?: ComponentType; onChildrenScroll?: Function; childRowHeight?: number; |