mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +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
|
@ -10544,6 +10544,8 @@
|
|||
"moduleExports": [],
|
||||
"slots": [{ "name": "__default__", "default": true, "slot_props": "{}" }],
|
||||
"events": [
|
||||
{ "type": "dispatched", "name": "select", "detail": "string" },
|
||||
{ "type": "dispatched", "name": "deselect", "detail": "string" },
|
||||
{ "type": "forwarded", "name": "click", "element": "label" },
|
||||
{ "type": "forwarded", "name": "mouseover", "element": "label" },
|
||||
{ "type": "forwarded", "name": "mouseenter", "element": "label" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue