dongyukun
2024-12-31 23c8b8154fcf7c9251d07f028f3e14737ba4cecd
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}