This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
miaxis
/
xpgx-xcx
Pridať medzi pozorované
8
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
e07d3d7fb8
Branche
Tagy
master
xpgx-xcx
/
src
/
wxcomponents
/
vant
/
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;
}