UNPKG

@mui/x-date-pickers-pro

Version:

The Pro plan edition of the Date and Time Picker components (MUI X).

21 lines (20 loc) 764 B
import { RangeFieldSection } from '../../models'; export declare const splitDateRangeSections: (sections: RangeFieldSection[]) => { startDate: RangeFieldSection[]; endDate: RangeFieldSection[]; }; export declare const removeLastSeparator: (dateSections: RangeFieldSection[]) => (RangeFieldSection | { separator: null; dateName: import("../../models").RangePosition; value: string; format: string; maxLength: number | null; placeholder: string; type: import("@mui/x-date-pickers").FieldSectionType; contentType: import("@mui/x-date-pickers").FieldSectionContentType; hasLeadingZerosInFormat: boolean; hasLeadingZerosInInput: boolean; modified: boolean; startSeparator: string; endSeparator: string; })[];