feat(notification): update TS signature for dispatched close event

This commit is contained in:
Eric Liu 2021-01-22 12:20:19 -08:00
commit 7706b28200
8 changed files with 42 additions and 20 deletions

View file

@ -8,6 +8,9 @@
hideCloseButton
kind="warning"
title="Upcoming scheduled maintenance"
on:close="{(e) => {
console.log(e.detail.timeout);
}}"
/>
<ToastNotification kind="error" />