import { PickerValidDate } from '../models'; export type DateRange = [TDate | null, TDate | null]; export type NonEmptyDateRange = [TDate, TDate]; export type RangePosition = 'start' | 'end';