dengzedong
2024-09-26 f7a1fe5c09bf1ad3c78d778835ad2f886ee8adaa
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}