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

@ -1,4 +1,8 @@
<script>
/**
* @event {{ timeout: boolean }} close
*/
/**
* Specify the kind of notification
* @type {"error" | "info" | "info-square" | "success" | "warning" | "warning-alt"}

View file

@ -1,4 +1,8 @@
<script>
/**
* @event {{ timeout: boolean }} close
*/
/**
* Specify the kind of notification
* @type {"error" | "info" | "info-square" | "success" | "warning" | "warning-alt"}