mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41: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
|
@ -1,4 +1,6 @@
|
|||
<script>
|
||||
/** @restProps {a | p} */
|
||||
|
||||
/** Set to `true` to click the tile */
|
||||
export let clicked = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue