Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
chenpm
/
idea_fire_safety_wx
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
idea_fire_sa...
/
wxcomponents
/
weapp
/
lib
/
dropdown-item
/
shared.d.ts
shared.d.ts
92 B
Permalink
History
Raw
1
2
3
4
5
6
export interface Option {
text: string;
value: string | number;
icon: string;
}