This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
wangyihan
/
yyky_new_app
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
96295990ae
Větve
Značky
master
yyky_new_app
/
wxcomponents
/
vant
/
dist
/
dropdown-item
/
shared.d.ts
shared.d.ts
92 B
Historie
Surový
1
2
3
4
5
export interface Option {
text: string;
value: string | number;
icon: string;
}