初始化
This commit is contained in:
7
src/types/contextMenu.d.ts
vendored
Normal file
7
src/types/contextMenu.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export type contextMenuSchema = {
|
||||
disabled?: boolean
|
||||
divided?: boolean
|
||||
icon?: string
|
||||
label: string
|
||||
command?: (item: contextMenuSchema) => void
|
||||
}
|
||||
Reference in New Issue
Block a user