Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
chenpm
/
yixing_zc_wx
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
5f9d84b238
Větve
Značky
main
yixing_zc_wx
/
wxcomponents
/
weapp
/
dist
/
calendar
/
components
/
month
/
index.d.ts
index.d.ts
102 B
Historie
Surový
1
2
3
4
5
6
7
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}