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