mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
MessageLogger: Nicer context menu
This commit is contained in:
parent
c1fca76f94
commit
0fe0fecba2
2 changed files with 18 additions and 14 deletions
1
src/webpack/common/types/menu.d.ts
vendored
1
src/webpack/common/types/menu.d.ts
vendored
|
@ -38,6 +38,7 @@ export interface Menu {
|
|||
label: string;
|
||||
action?(e: MouseEvent): void;
|
||||
|
||||
color?: string;
|
||||
render?: ComponentType;
|
||||
onChildrenScroll?: Function;
|
||||
childRowHeight?: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue