UNPKG

@progress/kendo-react-dateinputs

Version:
7 lines (6 loc) 257 B
import { DateInputSettings } from '../../dateinput/models/DateInputSettings'; /** * Represents the settings that can be passed to the DateInput inside the DateRangePicker. */ export interface DateRangePickerDateInputSettings extends DateInputSettings { }