Merge remote-tracking branch 'origin/main' into profile-modal
This commit is contained in:
commit
83d4f02c3a
18 changed files with 147 additions and 73 deletions
|
@ -102,5 +102,14 @@ export interface ModalProps {
|
|||
|
||||
export interface ContextMenuItem {
|
||||
name: string,
|
||||
icon?: string,
|
||||
type: "normal" | "danger"
|
||||
callback: (...args: any[]) => any;
|
||||
}
|
||||
|
||||
export interface ContextMenuInterface {
|
||||
show: boolean,
|
||||
pointerX: number,
|
||||
pointerY: number,
|
||||
items: ContextMenuItem[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue