Newer
Older
carbon-metering-front / src / components / buttonBox / buttonBox.ts
liyaguang on 9 Mar 2023 65 bytes first
export interface IMenu {
  name: string // 名字
  id: string
}