UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

6 lines (5 loc) 239 B
import type { DayRangePickerProps } from "./dayRangePickerProps"; /** * Date range picker with two calendars which can move independently of each other. */ export declare const NonContiguousDayRangePicker: React.FC<DayRangePickerProps>;