UNPKG

@progress/kendo-react-dateinputs

Version:
5 lines (4 loc) 149 B
/** * The literal type that defines which end of the selection range is active. */ export declare type SelectionRangeEnd = 'start' | 'end' | null;