Skip to content

Commit c88e12e

Browse files
authored
fix(ProgressState): exports ProgressState type (#15)
2 parents a6bdc0b + b77f3a3 commit c88e12e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

react-kit/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ export * from './lib/utils/StringUtils';
3434
export * from './lib/utils/UrlUtils';
3535
export * from './lib/utils/fetchClient';
3636
export * from './lib/utils/CssUtils';
37+
38+
// Export all types
39+
export * from './lib/types/ProgressState';

0 commit comments

Comments
 (0)