File size: 309 Bytes
bc20498 |
1 2 3 4 5 6 7 |
import type { GroupedEvents } from '../../internal/types.js';
export declare const dateRangeFieldEvents: {
startSegment: readonly ["keydown", "focusout", "click"];
endSegment: readonly ["keydown", "focusout", "click"];
};
export type DateRangeFieldEvents = GroupedEvents<typeof dateRangeFieldEvents>;
|