move restProps to input for TextInput and PasswordInput

This commit is contained in:
miedzikd 2021-01-08 10:12:34 +01:00
commit 433b73b9c4
5 changed files with 6 additions and 6 deletions

View file

@ -8138,7 +8138,7 @@
{ "type": "forwarded", "name": "blur", "element": "input" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "div" }
"rest_props": { "type": "Element", "name": "input" }
},
{
"moduleName": "TextInputSkeleton",
@ -8359,7 +8359,7 @@
{ "type": "forwarded", "name": "blur", "element": "input" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "div" }
"rest_props": { "type": "Element", "name": "input" }
},
{
"moduleName": "Tile",