From 4ad5cbff66ea3fbc35d812e31219099656eca1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kiner-tang=28=E6=96=87=E8=BE=89=29?= <1127031143@qq.com> Date: Tue, 20 Jun 2023 11:13:12 +0800 Subject: [PATCH] docs: update docs about tabs (#43110) --- components/tabs/index.en-US.md | 1 - 1 file changed, 1 deletion(-) diff --git a/components/tabs/index.en-US.md b/components/tabs/index.en-US.md index f7d885d014..27be7b141a 100644 --- a/components/tabs/index.en-US.md +++ b/components/tabs/index.en-US.md @@ -73,7 +73,6 @@ More option at [rc-tabs tabs](https://github.com/react-component/tabs#tabs) | Property | Description | Type | Default | | --- | --- | --- | --- | | closeIcon | Customize close icon in TabPane's head. Only works while `type="editable-card"`. 5.7.0: close button will be hidden when setting to `null` or `false` | boolean \| ReactNode | - | -| closable | Whether the Tab can be closed, Only works while `type="editable-card"` | boolean | true | | disabled | Set TabPane disabled | boolean | false | | forceRender | Forced render of content in tabs, not lazy render after clicking on tabs | boolean | false | | key | TabPane's key | string | - |