UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

10 lines (9 loc) 268 B
import type { Locale } from "date-fns"; import type { DateRange } from "../../common"; export interface DateRangePickerState { hoverValue?: DateRange; locale: Locale | undefined; value: DateRange; time: DateRange; selectedShortcutIndex?: number; }