@mindly/ui-components 5.81.0 → 5.82.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.
package/dist/index.d.ts
CHANGED
|
@@ -1904,6 +1904,8 @@ type ProgressBar_v2Props = {
|
|
|
1904
1904
|
progress: number;
|
|
1905
1905
|
className?: string;
|
|
1906
1906
|
reversed?: boolean;
|
|
1907
|
+
animationDuration?: number;
|
|
1908
|
+
onProgressEnd?: () => void;
|
|
1907
1909
|
};
|
|
1908
1910
|
declare const _default$k: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
1909
1911
|
|