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