Skip to content

Commit

Permalink
feat(types): exports ProgressState type
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Jul 18, 2024
1 parent 8da478d commit c35f4eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions projects/ng-kit/src/lib/types/id-type.ts

This file was deleted.

5 changes: 5 additions & 0 deletions projects/ng-kit/src/public-api.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { ProgressState } from './lib/types/progress-state';

export * from './lib/components/alert/alert.component';
export * from './lib/components/spinner/spinner.component';
export * from './lib/components/ngx-spinner/ngx-spinner.service';
Expand Down Expand Up @@ -37,3 +39,6 @@ export * from './lib/services/mat-snack-bar.service';

// Export progress state
export * from './lib/util/progress-util';

// Export the ProgressState type
export type { ProgressState };

0 comments on commit c35f4eb

Please sign in to comment.