UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

7 lines (6 loc) 271 B
import * as React from "react"; 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>;