Skip to content

Commit

Permalink
docs: fix Spin API ts description (#32786)
Browse files Browse the repository at this point in the history
Co-authored-by: DanielLeefu <you@2228429150@qq.com>
  • Loading branch information
DanielLeefu and DanielLeefu committed Nov 8, 2021
1 parent 8a3b5d9 commit 90aff3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/spin/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ When part of the page is waiting for asynchronous data or during a rendering pro
| indicator | React node of the spinning indicator | ReactNode | - |
| size | The size of Spin, options: `small`, `default` and `large` | string | `default` |
| spinning | Whether Spin is spinning | boolean | true |
| tip | Customize description content when Spin has children | string | - |
| tip | Customize description content when Spin has children | ReactNode | - |
| wrapperClassName | The className of wrapper when Spin has children | string | - |

### Static Method
Expand Down
2 changes: 1 addition & 1 deletion components/spin/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/LBcJqCPRv/Spin.svg
| indicator | 加载指示符 | ReactNode | - |
| size | 组件大小,可选值为 `small` `default` `large` | string | `default` |
| spinning | 是否为加载中状态 | boolean | true |
| tip | 当作为包裹元素时,可以自定义描述文案 | string | - |
| tip | 当作为包裹元素时,可以自定义描述文案 | ReactNode | - |
| wrapperClassName | 包装器的类属性 | string | - |

### 静态方法
Expand Down

0 comments on commit 90aff3a

Please sign in to comment.