riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
miniprogram_npm/tdesign-miniprogram/common/shared/calendar/index.d.ts
@@ -5,10 +5,11 @@
    type: TCalendarType;
    minDate: Date;
    maxDate: Date;
    allowSameDay: Boolean;
    format: (day: TDate) => TDate;
    constructor(options?: {});
    getTrimValue(): Date | Date[];
    getDays(): any[];
    getDays(weekdays: string[]): any[];
    getMonths(): any[];
    select({ cellType, year, month, date }: {
        cellType: any;