UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

6 lines (5 loc) 253 B
import type { DayRangePickerProps } from "./dayRangePickerProps"; /** * Render a standard day range picker where props.contiguousCalendarMonths is expected to be `true`. */ export declare const ContiguousDayRangePicker: React.FC<DayRangePickerProps>;