Skip to content

Commit

Permalink
feat(design): expose DaffStatusable to the public api (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Jun 29, 2023
1 parent d9596a9 commit d82d703
Show file tree
Hide file tree
Showing 2 changed files with 7 additions 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 @@ -3,7 +3,7 @@ export * from './prefix-suffix/public_api';
export * from './colorable/colorable';
export * from './breakpoints/breakpoints';
export * from './constructor/constructor';
export * from './statusable/statusable';
export * from './statusable/public_api';
export * from './skeletonable/skeletonable';
export * from './mutable/mutable';
export * from './text-alignable/text-alignable';
Expand Down
6 changes: 6 additions & 0 deletions libs/design/src/core/statusable/public_api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export {
DaffStatusable,
DaffStatus,
DaffStatusEnum,
} from './statusable';
export { daffStatusMixin } from './statusable-mixin';

0 comments on commit d82d703

Please sign in to comment.