mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
feat(toast-notification): make title/subtitle/caption slottable
This commit is contained in:
parent
e59e1a9348
commit
e225c545ab
5 changed files with 47 additions and 12 deletions
|
@ -73,5 +73,5 @@ export default class ToastNotification extends SvelteComponentTyped<
|
|||
mouseenter: WindowEventMap["mouseenter"];
|
||||
mouseleave: WindowEventMap["mouseleave"];
|
||||
},
|
||||
{ default: {} }
|
||||
{ default: {}; caption: {}; subtitle: {}; title: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue