Newer
Older
robot_dog_patrol_front / src / components / buttonBox / buttonBox.ts
lyg on 27 Jun 83 bytes v3项目初始化
export interface IMenu {
  name: string // 名字
  id?: string
  value?: string
}