mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 17:43:08 -04:00
ViewIcons: Add context menu icons
This commit is contained in:
parent
c062f9bdeb
commit
f13f9e80a9
2 changed files with 7 additions and 1 deletions
3
src/webpack/common/types/menu.d.ts
vendored
3
src/webpack/common/types/menu.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue