This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
lovecoding
/
VIP26
Sledovat
9
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
bcac6138ff
Větve
Značky
master
VIP26
/
小程序
/
miniprogram_npm
/
@vant
/
weapp
/
calendar
/
components
/
month
/
index.d.ts
index.d.ts
102 B
Historie
Surový
1
2
3
4
5
6
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}