Skip to content

Commit

Permalink
feat(design): expose skeletonable public_api to design core's public_…
Browse files Browse the repository at this point in the history
…api (#2648)
  • Loading branch information
xelaint committed Dec 12, 2023
1 parent a4258c3 commit 4e0baf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/design/src/core/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export * from './colorable/public_api';
export * from './breakpoints/breakpoints';
export * from './constructor/constructor';
export * from './statusable/public_api';
export * from './skeletonable/skeletonable';
export * from './skeletonable/public_api';
export * from './mutable/mutable';
export * from './text-alignable/text-alignable';
export * from './compactable/public_api';
Expand Down

0 comments on commit 4e0baf9

Please sign in to comment.