Update Calendar.d.ts
parent
4b5316093a
commit
d6dc1c38bb
|
@ -624,7 +624,7 @@ export interface CalendarProps {
|
||||||
*/
|
*/
|
||||||
showWeek?: boolean | undefined;
|
showWeek?: boolean | undefined;
|
||||||
/**
|
/**
|
||||||
* Wheter to allow prevents entering the date manually via typing.
|
* Whether to allow entering the date manually via typing.
|
||||||
* @defaultValue true
|
* @defaultValue true
|
||||||
*/
|
*/
|
||||||
manualInput?: boolean | undefined;
|
manualInput?: boolean | undefined;
|
||||||
|
|
Loading…
Reference in New Issue