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