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