mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
feat(select-item): spread rest props, avoid $ variable name
This commit is contained in:
parent
84c0ca536e
commit
90bd2a10b7
3 changed files with 6 additions and 6 deletions
|
@ -6428,7 +6428,8 @@
|
|||
],
|
||||
"slots": [],
|
||||
"events": [],
|
||||
"typedefs": []
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "option" }
|
||||
},
|
||||
{
|
||||
"moduleName": "SelectItemGroup",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue