diff --git a/packages/store-ui/src/index.ts b/packages/store-ui/src/index.ts index 3b5128cb1d..7bb97ecfd5 100644 --- a/packages/store-ui/src/index.ts +++ b/packages/store-ui/src/index.ts @@ -47,6 +47,9 @@ export type { SpinnerProps } from './atoms/Spinner' export { default as List } from './atoms/List' export type { ListProps } from './atoms/List' +export { default as Skeleton } from './atoms/Skeleton' +export type { SkeletonProps } from './atoms/Skeleton' + // Molecules export { default as Bullets } from './molecules/Bullets' export type { BulletsProps } from './molecules/Bullets'