Skip to content

Commit

Permalink
fix(tabs): export tabs actions position type (#1629)
Browse files Browse the repository at this point in the history
Export tabs actions position type. Missed to add it in #1620
  • Loading branch information
dtsanevmw authored Dec 2, 2024
1 parent 16219ae commit c3f558d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/angular/src/layout/tabs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ export * from './tab-link.directive';
export * from './tab-action.directive';
export * from './tabs.module';

export { ClrTabsActionsPosition } from './tabs-actions';
export { TabsWillyWonka as ÇlrTabsWillyWonka } from './chocolate/tabs-willy-wonka';
export { ActiveOompaLoompa as ÇlrActiveOompaLoompa } from './chocolate/active-oompa-loompa';

0 comments on commit c3f558d

Please sign in to comment.