Newer
Older
CorrOLFront / src / components / buttonBox / buttonBox.ts
tanyue on 5 Mar 2024 83 bytes 20240305 初始提交
export interface IMenu {
  name: string // 名字
  id?: string
  value?: string
}