潘志宝
2024-11-22 f2de7025db89bc19613f08a0f4edc7f610d26ea9
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}