UNPKG

@melt-ui/svelte

Version:
9 lines (8 loc) 349 B
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>;