docs(typography): remove redundant props (#5471)
parent
c0efc1e615
commit
07940a4836
|
@ -116,10 +116,8 @@ Basic text writing, including headings, body text, lists, and more.
|
|||
| tooltip | Whether to show tooltip | boolean | true | |
|
||||
| triggerType | Edit mode trigger - icon, text or both (not specifying icon as trigger hides it) | Array<`icon`\|`text`> | \[`icon`] | |
|
||||
| onCancel | Called when type ESC to exit editable state | function | - | |
|
||||
| onCancel | Called when type ESC to exit editable state | function | - | |
|
||||
| onChange | Called when input at textarea | function(event) | - | |
|
||||
| onEnd | Called when type ENTER to exit editable state | function | - | |
|
||||
| onEnd | Called when type ENTER to exit editable state | function | - | |
|
||||
| onStart | Called when enter editable state | function | - | |
|
||||
|
||||
### ellipsis
|
||||
|
|
|
@ -117,10 +117,8 @@ cover: https://gw.alipayobjects.com/zos/alicdn/GOM1KQ24O/Typography.svg
|
|||
| tooltip | 是否展示提示文本 | boolean | true | |
|
||||
| triggerType | Edit mode trigger - icon, text or both (not specifying icon as trigger hides it) | Array<`icon`\|`text`> | \[`icon`] | |
|
||||
| onCancel | 按 ESC 退出编辑状态时触发 | function | - | |
|
||||
| onCancel | 按 ESC 退出编辑状态时触发 | function | - | |
|
||||
| onChange | 文本域编辑时触发 | function(event) | - | |
|
||||
| onEnd | 按 ENTER 结束编辑状态时触发 | function | - | |
|
||||
| onEnd | 按 ENTER 结束编辑状态时触发 | function | - | |
|
||||
| onStart | 进入编辑中状态时触发 | function | - | |
|
||||
|
||||
### ellipsis
|
||||
|
|
Loading…
Reference in New Issue