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