潘志宝
2025-02-25 70e7daff6967431f860efe4d59b95e9f7221c764
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}