mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
parent
35806566a0
commit
4dad89e12d
17 changed files with 222 additions and 18 deletions
|
@ -25,6 +25,7 @@ import {
|
|||
NotificationTextDetails
|
||||
} from './components/Notification';
|
||||
import OrderedList from './components/OrderedList';
|
||||
import Pagination, { PaginationSkeleton } from './components/Pagination';
|
||||
import ProgressIndicator, {
|
||||
ProgressIndicatorSkeleton,
|
||||
ProgressStep
|
||||
|
@ -97,6 +98,8 @@ export {
|
|||
NotificationIcon,
|
||||
NotificationTextDetails,
|
||||
OrderedList,
|
||||
Pagination,
|
||||
PaginationSkeleton,
|
||||
PasswordInput,
|
||||
ProgressIndicator,
|
||||
ProgressIndicatorSkeleton,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue