Skip to content

Commit

Permalink
Merge pull request #283 from dev-rb/refactor/skeleton
Browse files Browse the repository at this point in the history
refactor(skeleton): update exports from index.tsx
  • Loading branch information
fabien-ml authored Nov 3, 2023
2 parents 2f5802a + 6beeea9 commit 3b02baf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/core/src/skeleton/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export { Skeleton as Root } from "./skeleton";
import { Skeleton as Root, type SkeletonProps } from "./skeleton";

export { Root };

export type { SkeletonProps };

0 comments on commit 3b02baf

Please sign in to comment.