diff --git a/packages/react/context/LoadingStatus/index.mjs b/packages/react/context/LoadingStatus/index.mjs index 026bb8a12d0..d4160846c91 100644 --- a/packages/react/context/LoadingStatus/index.mjs +++ b/packages/react/context/LoadingStatus/index.mjs @@ -48,7 +48,7 @@ const LoadingStatus = ({ loadingStatus }) => { return (
Name | +Type | +Description | +Optional | +Default Value | +
---|---|---|---|---|
props | +object | +All component props | +no | +`undefined` | +
props.msg | +string|JSX.Element | +The loading message | +yes | +`undefined` | +
props.val | +number | +The current progress value | +yes | +`0` | +
props.max | +number | +The maximum progress value | +yes | +`1` | +