mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(selectable-tile): include dispatched events in types (#1695)
Fixes #1694
This commit is contained in:
parent
821233ab4f
commit
ca40dd18c2
4 changed files with 18 additions and 7 deletions
|
@ -1,4 +1,9 @@
|
|||
<script>
|
||||
/**
|
||||
* @event {string} "select"
|
||||
* @event {string} "deselect"
|
||||
*/
|
||||
|
||||
/** Set to `true` to select the tile */
|
||||
export let selected = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue