This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lovecoding
/
W250511
Suivre
10
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
003bfb7dac
Branches
Tags
master
W250511
/
13.小程序练习
/
miniprogram_npm
/
@vant
/
weapp
/
calendar
/
components
/
month
/
index.d.ts
index.d.ts
102 B
Historique
Raw
1
2
3
4
5
6
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}