@tsed/react-formio 1.11.0 → 1.11.1
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.
|
@@ -10,7 +10,7 @@ export declare function Loader({ isActive, color, icon, className }: LoaderProps
|
|
|
10
10
|
export declare namespace Loader {
|
|
11
11
|
var propTypes: {
|
|
12
12
|
isActive: PropTypes.Requireable<boolean>;
|
|
13
|
-
icon: PropTypes.Requireable<
|
|
13
|
+
icon: PropTypes.Requireable<string>;
|
|
14
14
|
color: PropTypes.Requireable<string>;
|
|
15
15
|
className: PropTypes.Requireable<string>;
|
|
16
16
|
};
|
package/dist/index.js
CHANGED
|
@@ -9667,7 +9667,7 @@ function Loader(_ref) {
|
|
|
9667
9667
|
}
|
|
9668
9668
|
Loader.propTypes = {
|
|
9669
9669
|
isActive: PropTypes__default['default'].bool,
|
|
9670
|
-
icon: PropTypes__default['default'].
|
|
9670
|
+
icon: PropTypes__default['default'].string,
|
|
9671
9671
|
color: PropTypes__default['default'].string,
|
|
9672
9672
|
className: PropTypes__default['default'].string
|
|
9673
9673
|
};
|