This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
hongze
/
crm-xcx
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
0c722bea2d
Ветки
Метки
debug
master
crm-xcx
/
wxcomponents
/
vant
/
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;
}