This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
wangyihan
/
yyky_new_app
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
5bfb7a31ff
Branche
Tagy
master
yyky_new_app
/
wxcomponents
/
vant
/
dist
/
calendar
/
components
/
month
/
index.d.ts
index.d.ts
102 B
História
Raw
1
2
3
4
5
6
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}