This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Увійти
zhengbailing
/
project
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Wiki
Гілка:
master
Гілки
Теги
master
project
/
project1
/
wxcomponents
/
dist
/
calendar
/
components
/
month
/
index.d.ts
index.d.ts
102 B
Постійне посилання
Історія
Запис
1
2
3
4
5
6
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}