dengzedong
2025-03-20 4d2b0aac68e1a531febe4092b01338a2584370f7
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}