@mindly/ui-components 8.2.25 → 8.2.26
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.
package/dist/index.d.ts
CHANGED
|
@@ -1628,6 +1628,7 @@ declare const _default$15: React__default.NamedExoticComponent<ProgressBar_v2Pro
|
|
|
1628
1628
|
|
|
1629
1629
|
type LoadingProps = {
|
|
1630
1630
|
isOpen: boolean;
|
|
1631
|
+
className?: string;
|
|
1631
1632
|
};
|
|
1632
1633
|
declare const _default$14: React__default.NamedExoticComponent<LoadingProps>;
|
|
1633
1634
|
|