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