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