This website works better with JavaScript
Главная
Обзор
Помощь
Вход
lovecoding
/
w1020
Следить
10
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
ce58e308c7
Ветки
Метки
master
w1020
/
16.小程序
/
miniprogram_npm
/
@vant
/
weapp
/
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;
}