DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
import type { GroupedEvents } from '../../internal/types.js';
export declare const rangeCalendarEvents: {
calendar: readonly ["keydown"];
prevButton: readonly ["click"];
nextButton: readonly ["click"];
cell: readonly ["click", "mouseenter", "focusin"];
};
export type RangeCalendarEvents = GroupedEvents<typeof rangeCalendarEvents>;