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