mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(search): prop types should extend input
attributes (#1523)
Fixes #1520
This commit is contained in:
parent
c0188d16bb
commit
1c4ee00142
4 changed files with 5 additions and 3 deletions
|
@ -10001,7 +10001,7 @@
|
|||
{ "type": "dispatched", "name": "clear", "detail": "null" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "InlineComponent", "name": "SearchSkeleton" }
|
||||
"rest_props": { "type": "Element", "name": "input" }
|
||||
},
|
||||
{
|
||||
"moduleName": "SearchSkeleton",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue