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