From 5d2596bda8b8ffd204889e938e8846891ffcc7a8 Mon Sep 17 00:00:00 2001 From: kanweiwei Date: Sun, 1 Sep 2019 13:56:48 +0800 Subject: [PATCH] component props are readonly --- components/icon/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/icon/index.en-US.md b/components/icon/index.en-US.md index f7d0eb5d17..0bbb591f05 100644 --- a/components/icon/index.en-US.md +++ b/components/icon/index.en-US.md @@ -121,7 +121,7 @@ ReactDOM.render(, mountNode); The following properties are available for the component: -| Property | Description | Type | Default | Version | +| Property | Description | Type | Readonly | Version | | --- | --- | --- | --- | --- | | width | The width of the `svg` element | string \| number | '1em' | 3.10.0 | | height | The height of the `svg` element | string \| number | '1em' | 3.10.0 |