@muraldevkit/ui-toolkit 2.52.1 → 2.52.2
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.
|
@@ -7,4 +7,4 @@ import '../../../styles/shared/a11y-helpers/a11y.global.scss';
|
|
|
7
7
|
* @param props - component props
|
|
8
8
|
* @returns a MrlProgressBar React component.
|
|
9
9
|
*/
|
|
10
|
-
export declare function MrlProgressBar({ children, className, indeterminate, percent, showText, text, time }: ProgressBarComponent): JSX.Element;
|
|
10
|
+
export declare function MrlProgressBar({ children, className, indeterminate, name, percent, showText, text, time }: ProgressBarComponent): JSX.Element;
|