This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
shuimuai
/
shuimu-planet
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
06f0194e4f
Gałęzie
Tagi
master
shuimu-planet
/
static
/
vant
/
dropdown-item
/
shared.d.ts
shared.d.ts
92 B
Historia
Czysty
1
2
3
4
5
export interface Option {
text: string;
value: string | number;
icon: string;
}