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