diff --git a/packages/hippy_ui_react/src/components/Loading/PropsType.tsx b/packages/hippy_ui_react/src/components/Loading/PropsType.tsx index 29a05b4..da70da3 100644 --- a/packages/hippy_ui_react/src/components/Loading/PropsType.tsx +++ b/packages/hippy_ui_react/src/components/Loading/PropsType.tsx @@ -11,7 +11,7 @@ export interface LoadingProps { loadingGifProps?: LoadingGifProps; /** 点击事件 */ onPress?: () => void; - /** 容器样式 */ + /** 容器样式(可设置文字样式,会被透传下去) */ style?: GenericStyleProp; /** 开启无障碍阅读 */ accessible?: boolean; diff --git a/packages/hippy_ui_react/src/components/Loading/README.md b/packages/hippy_ui_react/src/components/Loading/README.md index d75cb97..982179e 100644 --- a/packages/hippy_ui_react/src/components/Loading/README.md +++ b/packages/hippy_ui_react/src/components/Loading/README.md @@ -6,7 +6,7 @@ - + {text}