fix(types): add missing $$restProps for Checkbox, Filename, FluidForm (#1655)

* fix(types): add missing `$$restProps` for `Checkbox`, `Filename`, `FluidForm`

* Run "yarn build:docs"

* test: assert `$$restProps` for `Checkbox`, `Form`
This commit is contained in:
metonym 2023-02-11 10:50:01 -08:00 committed by GitHub
commit 6450e8b0b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 22 additions and 8 deletions

View file

@ -924,7 +924,7 @@
{ "type": "forwarded", "name": "blur", "element": "input" }
],
"typedefs": [],
"rest_props": { "type": "InlineComponent", "name": "CheckboxSkeleton" }
"rest_props": { "type": "Element", "name": "div" }
},
{
"moduleName": "CheckboxSkeleton",
@ -4399,7 +4399,7 @@
{ "type": "forwarded", "name": "keydown", "element": "button" }
],
"typedefs": [],
"rest_props": { "type": "InlineComponent", "name": "Loading" }
"rest_props": { "type": "Element", "name": "div | button | svg" }
},
{
"moduleName": "FluidForm",
@ -4416,7 +4416,7 @@
{ "type": "forwarded", "name": "submit", "element": "Form" }
],
"typedefs": [],
"rest_props": { "type": "InlineComponent", "name": "Form" }
"rest_props": { "type": "Element", "name": "form" }
},
{
"moduleName": "Form",