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