Skip to content

Commit

Permalink
fix(Progress): missing ProgressSize added to exported types (patternf…
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala authored and amarie401 committed Oct 16, 2018
1 parent 67b0cf1 commit 37f43fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as Progress, ProgressVariant, ProgressMeasureLocation, ProgressStatus, ProgressProps } from './Progress';
export { default as Progress, ProgressVariant, ProgressMeasureLocation, ProgressSize, ProgressProps } from './Progress';

0 comments on commit 37f43fc

Please sign in to comment.