Newer
Older
safe_production_front / src / components / buttonBox / buttonBox.ts
wangxitong on 16 Aug 83 bytes first commit
export interface IMenu {
  name: string // 名字
  id?: string
  value?: string
}