This website works better with JavaScript
Главная
Обзор
Помощь
Вход
408249787
/
youxi-app
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
051469750c
Ветки
Метки
main
youxi-app
/
uni_modules
/
cool-ui
/
components
/
cl-calendar
/
props.ts
props.ts
95 B
История
Исходник
1
2
3
4
5
export type ClCalendarPickerProps = {
className?: string;
year?: number;
month?: number;
};