chore(docs): Updated UI Reference (#6221)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-01-29 08:20:51 +00:00
committed by GitHub
parent 96629f1916
commit dfd9e7c772
39 changed files with 841 additions and 90 deletions

View File

@@ -287,7 +287,7 @@ type CalendarProps = {
*/
toDate?: Date
/**
* Locale to use for formatting dates. To change the locale pass a `date-fns` locale object.
* The locale to use for formatting dates. To change the locale pass a date-fns locale object.
*/
locale?: Locale
}