潘志宝
2024-12-10 ff3e1a52e511b9cef988a5373569266d052a062a
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}