Browse Source
docs(Empty component): 📖 Fix typo in image prop description (#23251)
pull/23252/head
Christian Fleschhut
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|