mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
parent
422ac528a7
commit
94dceae1fb
11 changed files with 309 additions and 2 deletions
6
src/components/Notification/index.js
Normal file
6
src/components/Notification/index.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
export { default as ToastNotification } from './ToastNotification.svelte';
|
||||
export { default as InlineNotification } from './InlineNotification.svelte';
|
||||
export { default as NotificationActionButton } from './NotificationActionButton.svelte';
|
||||
export { default as NotificationButton } from './NotificationButton.svelte';
|
||||
export { default as NotificationIcon } from './NotificationIcon.svelte';
|
||||
export { default as NotificationTextDetails } from './NotificationTextDetails.svelte';
|
Loading…
Add table
Add a link
Reference in a new issue