feat(inline-notification): make title/subtitle slottable

Closes #883
This commit is contained in:
metonym 2021-11-12 16:13:06 -08:00
commit e59e1a9348
5 changed files with 35 additions and 13 deletions

View file

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