This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
zhengbailing
/
project
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
master
Ramuri
Etichete
master
project
/
project1
/
node_modules
/
@vant
/
weapp
/
lib
/
calendar
/
components
/
month
/
index.d.ts
index.d.ts
102 B
Permalink
Istoric
Crud
1
2
3
4
5
6
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}