@selfdecode/sd-component-library 4.0.36 → 4.0.38-test

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,4 +3,4 @@ import { ProgressBarProps } from "./interfaces";
3
3
  /**
4
4
  * Base progress bar component. Other progress components should be built from this.
5
5
  */
6
- export declare const ProgressBar: React.FunctionComponent<ProgressBarProps>;
6
+ export declare const ProgressBar: React.FC<ProgressBarProps>;