mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(clickable-tile): explicitly type restProps (#831)
This commit is contained in:
parent
007796f881
commit
ee9bb22768
4 changed files with 12 additions and 3 deletions
|
@ -932,7 +932,7 @@
|
|||
{ "type": "forwarded", "name": "mouseleave", "element": "Link" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "InlineComponent", "name": "Link" }
|
||||
"rest_props": { "type": "Element", "name": "a | p" }
|
||||
},
|
||||
{
|
||||
"moduleName": "CodeSnippet",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue