mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat(notification): update TS signature for dispatched close event
This commit is contained in:
parent
38a5075354
commit
7706b28200
8 changed files with 42 additions and 20 deletions
|
@ -8,6 +8,9 @@
|
|||
hideCloseButton
|
||||
kind="warning"
|
||||
title="Upcoming scheduled maintenance"
|
||||
on:close="{(e) => {
|
||||
console.log(e.detail.timeout);
|
||||
}}"
|
||||
/>
|
||||
|
||||
<ToastNotification kind="error" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue