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