feat(toast-notification): make title/subtitle/caption slottable

This commit is contained in:
metonym 2021-11-12 16:15:56 -08:00
commit e225c545ab
5 changed files with 47 additions and 12 deletions

View file

@ -73,5 +73,5 @@ export default class ToastNotification extends SvelteComponentTyped<
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
},
{ default: {} }
{ default: {}; caption: {}; subtitle: {}; title: {} }
> {}