Newer
Older
adminAccountabilityFront / src / components / buttonBox / buttonBox.ts
liyaguang on 11 Sep 2023 83 bytes first
export interface IMenu {
  name: string // 名字
  id?: string
  value?: string
}