dengzedong
2025-06-04 b57246c31dda2e725b1483173337f1e8a31db01d
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}