Update Calendar.d.ts

pull/4377/head
Tuğçe Küçükoğlu 2023-08-31 16:09:42 +03:00
parent 4b5316093a
commit d6dc1c38bb
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ export interface CalendarProps {
*/
showWeek?: boolean | undefined;
/**
* Wheter to allow prevents entering the date manually via typing.
* Whether to allow entering the date manually via typing.
* @defaultValue true
*/
manualInput?: boolean | undefined;