Web: Components: Calendar - descriptions changed

This commit is contained in:
Sergei Kosyrev 2023-04-06 17:43:13 +05:30
parent 99bbbc0921
commit 6bf5a8c03a

View File

@ -90,13 +90,13 @@ Calendar.propTypes = {
className: propTypes.string,
/** Used as HTML `id` property */
id: propTypes.string,
/** Specifies the locale of calendar */
/** Specifies the calendar locale */
locale: propTypes.string,
/** Value of selected date (moment object)*/
selectedDate: propTypes.object,
/** Allow you to handle changing events of component */
/** Allows handling the changing events of the component */
onChange: propTypes.func,
/** Changes selected date state */
/** Changes the selected date state */
setSelectedDate: propTypes.func,
/** Specifies the minimum selectable date */
minDate: propTypes.object,