dengzedong
9 天以前 86c96a3dac97a7f3a38e293beb98b1c8129830e0
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}