- DatePicker(props): ReactNode
Returns ReactNode
Properties
Readonly
$$typeof
$$typeof: symbol
Optional
defaultProps
defaultProps?: Partial<DatePickerProps & RefAttributes<null | HTMLDivElement>> Optional
displayName
displayName?: string
Optional
propTypes
propTypes?: WeakValidationMap<DatePickerProps & RefAttributes<null | HTMLDivElement>>
To use the
Date Picker
you need to wrap it in aLocalizationProvider
component.