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