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