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