feat: add ContextMenuItem interface
This commit is contained in:
parent
704de034b7
commit
11802040bd
1 changed files with 5 additions and 0 deletions
|
@ -83,3 +83,8 @@ export interface ScrollPosition {
|
|||
offsetTop: number,
|
||||
offsetLeft: number
|
||||
}
|
||||
|
||||
export interface ContextMenuItem {
|
||||
name: string,
|
||||
callback: (...args: any[]) => any;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue