Update Calendar.d.ts

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-31 16:09:42 +03:00
parent 4b5316093a
commit d6dc1c38bb

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;