This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
lovecoding
/
W250913
Urmărește
8
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
a6a19ed4e4
Ramuri
Etichete
master
W250913
/
13.小程序demo
/
miniprogram_npm
/
@vant
/
weapp
/
calendar
/
components
/
month
/
index.d.ts
index.d.ts
102 B
Istoric
Crud
1
2
3
4
5
6
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}