mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat(ui-shell): forward click
event to HeaderActionLink
(#1797)
Closes #1796
This commit is contained in:
parent
a1c7d9bd7c
commit
e5675eb203
4 changed files with 6 additions and 3 deletions
|
@ -5064,7 +5064,7 @@
|
|||
"slot_props": "{}"
|
||||
}
|
||||
],
|
||||
"events": [],
|
||||
"events": [{ "type": "forwarded", "name": "click", "element": "a" }],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "a" }
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue