Update generated file

pull/261/head
Cory LaViska 2020-10-06 07:04:40 -04:00
rodzic 6c95eddc25
commit 4512680b74
1 zmienionych plików z 2 dodań i 2 usunięć

4
src/components.d.ts vendored
Wyświetl plik

@ -599,7 +599,7 @@ export namespace Components {
*/ */
"reportValidity": () => Promise<boolean>; "reportValidity": () => Promise<boolean>;
/** /**
* Set to true to make the checkbox a required field. * Set to true to make the input a required field.
*/ */
"required": boolean; "required": boolean;
/** /**
@ -2078,7 +2078,7 @@ declare namespace LocalJSX {
*/ */
"readonly"?: boolean; "readonly"?: boolean;
/** /**
* Set to true to make the checkbox a required field. * Set to true to make the input a required field.
*/ */
"required"?: boolean; "required"?: boolean;
/** /**