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