Browse Source

docs(Empty component): 📖 Fix typo in image prop description (#23251)

pull/23252/head
Christian Fleschhut 5 years ago
committed by GitHub
parent
commit
54b11b2ae3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/empty/index.en-US.md

2
components/empty/index.en-US.md

@ -24,7 +24,7 @@ Empty state placeholder.
| --- | --- | --- | --- | --- |
| description | Customize description | string \| ReactNode | - | |
| imageStyle | style of image | CSSProperties | - | |
| image | Customize image. Will tread as image url when string provided. | string \| ReactNode | `Empty.PRESENTED_IMAGE_DEFAULT` | |
| image | Customize image. Will treat as image url when string provided. | string \| ReactNode | `Empty.PRESENTED_IMAGE_DEFAULT` | |
## Built-in images

Loading…
Cancel
Save