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