Skip to content

Commit 07940a4

Browse files
authored
docs(typography): remove redundant props (#5471)
1 parent c0efc1e commit 07940a4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

components/typography/index.en-US.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,8 @@ Basic text writing, including headings, body text, lists, and more.
116116
| tooltip | Whether to show tooltip | boolean | true | |
117117
| triggerType | Edit mode trigger - icon, text or both (not specifying icon as trigger hides it) | Array<`icon`\|`text`> | \[`icon`] | |
118118
| onCancel | Called when type ESC to exit editable state | function | - | |
119-
| onCancel | Called when type ESC to exit editable state | function | - | |
120119
| onChange | Called when input at textarea | function(event) | - | |
121120
| onEnd | Called when type ENTER to exit editable state | function | - | |
122-
| onEnd | Called when type ENTER to exit editable state | function | - | |
123121
| onStart | Called when enter editable state | function | - | |
124122

125123
### ellipsis

components/typography/index.zh-CN.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,8 @@ cover: https://gw.alipayobjects.com/zos/alicdn/GOM1KQ24O/Typography.svg
117117
| tooltip | 是否展示提示文本 | boolean | true | |
118118
| triggerType | Edit mode trigger - icon, text or both (not specifying icon as trigger hides it) | Array<`icon`\|`text`> | \[`icon`] | |
119119
| onCancel | 按 ESC 退出编辑状态时触发 | function | - | |
120-
| onCancel | 按 ESC 退出编辑状态时触发 | function | - | |
121120
| onChange | 文本域编辑时触发 | function(event) | - | |
122121
| onEnd | 按 ENTER 结束编辑状态时触发 | function | - | |
123-
| onEnd | 按 ENTER 结束编辑状态时触发 | function | - | |
124122
| onStart | 进入编辑中状态时触发 | function | - | |
125123

126124
### ellipsis

0 commit comments

Comments
 (0)