Skip to content

Commit aa88026

Browse files
authored
docs(Typography): fix slot name (#8184)
1 parent aa211fd commit aa88026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/typography/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*LT2jR41Uj2EAAA
7272
| --- | --- | --- | --- | --- |
7373
| copyableIcon | 自定义拷贝图标 | `{ copied: boolean }` | `copied ? <CheckOutlined /> : <CopyOutlined />` | |
7474
| copyableTooltip | 自定义提示文案,当 `copyable.tooltip = false` 时关闭 | `{ copied: boolean }` | `copied ? '复制成功' : '复制'` | |
75+
| editableEnterIcon | 在编辑段中自定义“enter”图标 | `{className: string}` | `<EnterOutlined />` | 3.0 |
7576
| editableIcon | 自定义编辑图标 | - | &lt;EditOutlined /> | |
7677
| editableTooltip | 自定义提示文本,当 `editable.tooltip = false` 时关闭 | - | `编辑` | |
7778
| ellipsisSymbol | 自定义展开描述文案 | - | - | |
7879
| ellipsisTooltip | 省略时,展示提示信息 | - | - | |
79-
| enterEnterIcon | 在编辑段中自定义“enter”图标 | `{className: string}` | `<EnterOutlined />` | 3.0 |
8080

8181
### copyable
8282

0 commit comments

Comments
 (0)