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