UNPKG

@progress/kendo-react-dateinputs

Version:
13 lines (12 loc) 253 B
import { DateFormatPart } from '@progress/kendo-react-intl'; /** * @hidden */ export interface ListServiceSettings { boundRange: boolean; insertUndividedMax: boolean; min: Date; max: Date; part: DateFormatPart; step: number; }