du
2025-04-16 e17b935426094d3afd94210e7728c680b3e4aa6c
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}