docs(qrcode): fix iconSize default value error (#49243)

This commit is contained in:
thinkasany 2024-06-05 11:27:45 +08:00 committed by GitHub
parent e7d7a0b3cd
commit 87ed3a4298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ Common props ref[Common props](/docs/react/common-props)
| type | render type | `canvas \| svg ` | `canvas` | 5.6.0 |
| icon | include image url (only image link are supported) | string | - |
| size | QRCode size | number | 160 |
| iconSize | include image size | number | 32 |
| iconSize | include image size | number | 40 |
| color | QRCode Color | string | `#000` |
| bgColor | QRCode Background Color | string | `transparent` | 5.5.0 |
| bordered | Whether has border style | boolean | `true` |