This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
shuimuai
/
program
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
71b23f7a2f
Branches
Tags
master
program
/
static
/
vant
/
dropdown-item
/
shared.d.ts
shared.d.ts
86 B
Verlauf
Originalformat
1
2
3
4
5
export interface Option {
text: string;
value: string | number;
icon: string;
}