Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
chenpm
/
product_wx
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
02bee5bca2
Gałęzie
Tagi
master
productization
productization2
product_wx
/
wxcomponents
/
weapp
/
dist
/
calendar
/
components
/
month
/
index.d.ts
index.d.ts
102 B
Historia
Czysty
1
2
3
4
5
6
7
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}