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