eight
2024-11-25 b921b343fd70d32e766dc9206bee9b977ff046e3
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}