eight
2024-09-11 77ea81cf4c4eb38276d8a964a5c92bc98a68487e
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}