docs: [skeleton-item] remove duplicate type variant (#9548)

* Remove duplicate type in skeleton item variant

* chore: update

Co-authored-by: RealityBoy <1923740402@qq.com>
This commit is contained in:
Hassan Tariq 2022-08-31 12:57:09 +05:00 committed by GitHub
parent 893e414cab
commit 280351d5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,6 @@ skeleton/avoiding-rendering-bouncing
### Skeleton Item Attributes
| Attribute | Description | Type | Default |
| --------- | ----------------------------------- | --------------------------------------------------------------------------------------------------- | -------- |
| `variant` | The current rendering skeleton type | `'p' \| 'text' \| 'h1' \| 'h3' \| 'text' \| 'caption' \| 'button' \| 'image' \| 'circle' \| 'rect'` | `'text'` |
| Attribute | Description | Type | Default |
| --------- | ----------------------------------- | ----------------------------------------------------------------------------------------- | -------- |
| `variant` | The current rendering skeleton type | `'p' \| 'text' \| 'h1' \| 'h3' \| 'caption' \| 'button' \| 'image' \| 'circle' \| 'rect'` | `'text'` |