feat(TagsView): Add TagsView component
feat(ContextMenu): Add ContextMenu component feat(store): Add tagsView store
This commit is contained in:
7
types/componentType/contextMenu.d.ts
vendored
Normal file
7
types/componentType/contextMenu.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare type contextMenuSchema = {
|
||||
disabled?: boolean
|
||||
divided?: boolean
|
||||
icon?: string
|
||||
label: string
|
||||
command?: (item: contextMenuSchema) => viod
|
||||
}
|
||||
Reference in New Issue
Block a user