Jay
2025-02-14 6a10ba124109f8a64471fbfe862dd0ab3aff3009
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}