Optionalchildren?: ReactNodeChild components (Day, Month, Year).
OptionaldefaultValue?: stringInitial date value as an ISO string (YYYY-MM-DD).
Optionalname?: stringName attribute for the hidden input.
OptionalonBlur?: FocusEventHandler<HTMLInputElement>Callback when the input is blurred.
OptionalonChange?: ChangeEventHandler<HTMLInputElement>Callback when the hidden input value changes.
Optionalrequired?: booleanWhether the date input is required.
Optionalvalue?: stringControlled date value as an ISO string (YYYY-MM-DD).
Props for the DateInput component.