DateInputPropsinterface

{
	min?: PossibleDate | undefined;
	max?: PossibleDate | undefined;
	input?: DateInputType | undefined;
	step?: number | undefined;
}
PropertyType
.minPossibleDate
Values that can be converted to dates.
.maxPossibleDate
Values that can be converted to dates.
.inputDateInputType
type="" prop for HTML <input /> tags that are relevant for dates.
.stepnumber

Props for DateInput, a date/time <input> that emits an ISO string value.