mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +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
|
@ -6,6 +6,11 @@
|
|||
Carbon Design System
|
||||
</ClickableTile>
|
||||
|
||||
<ClickableTile light href="https://www.carbondesignsystem.com/">
|
||||
<ClickableTile
|
||||
light
|
||||
href="https://www.carbondesignsystem.com/"
|
||||
title=""
|
||||
target="_blank"
|
||||
>
|
||||
Carbon Design System
|
||||
</ClickableTile>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue