Update Calendar.d.ts

pull/2809/head
Tuğçe Küçükoğlu 2022-07-22 22:44:18 +03:00
parent c8f3c3692a
commit 5bc5759671
1 changed files with 8 additions and 0 deletions

View File

@ -229,6 +229,14 @@ export interface CalendarProps {
* Default value is true.
*/
manualInput?: boolean | undefined;
/**
* When present, it specifies that the component should be disabled.
*/
disabled?: boolean | undefined;
/**
* When present, it specifies that an input field is read-only.
*/
readonly?: boolean | undefined;
/**
* A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are 'body' for document body and 'self' for the element itself.
* @see CalendarAppendToType