mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
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:
parent
2a8fc00a09
commit
6450e8b0b1
9 changed files with 22 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue