From 280351d5bc746fc4b7f18963a5cfa06baecffbad Mon Sep 17 00:00:00 2001 From: Hassan Tariq <108393956+lazypolymath@users.noreply.github.com> Date: Wed, 31 Aug 2022 12:57:09 +0500 Subject: [PATCH] docs: [skeleton-item] remove duplicate type variant (#9548) * Remove duplicate type in skeleton item variant * chore: update Co-authored-by: RealityBoy <1923740402@qq.com> --- docs/en-US/component/skeleton.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en-US/component/skeleton.md b/docs/en-US/component/skeleton.md index 9108e5e40b..7a5445928b 100644 --- a/docs/en-US/component/skeleton.md +++ b/docs/en-US/component/skeleton.md @@ -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'` |