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