GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
codedev
/
jh-business-system
Transfer to URL with SHA
Find file
Newer
Older
tree:
283496f08f
Switch branches
×
dev
master
jh-business-system
/
src
/
components
/
buttonBox
/ buttonBox.ts
dutingting
27 days ago
83 bytes
Initial commit: 项目初始化
Raw
Blame
History
export interface IMenu { name: string // 名字 id?: string value?: string }