Newer
Older
jh-business-system / src / components / buttonBox / buttonBox.ts
dutingting 27 days ago 83 bytes Initial commit: 项目初始化
export interface IMenu {
  name: string // 名字
  id?: string
  value?: string
}