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