Skip to content

Commit 9ff3632

Browse files
authored
docs: update input docs
1 parent 8bb9746 commit 9ff3632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/Input/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ export interface InputProps extends TextInputProps {
116116
| `containerStyle` | 容器样式 | `StyleProp<ViewStyle>` | - |
117117
| `error` | 显示错误 | boolean | - |
118118
| `renderError` | 自定义错误提示 | React.ReactNode | - |
119-
| `border` | 边框 | `'bottom'|'top'|'left'|'right'|null|'always'` | - |
119+
| `border` | 边框 | `bottom`\|`top`\|`left`\|`right`\| `null`\|`always` | - |
120120
| `borderColor` | 边框颜色 | string | - |
121121
| `keyboardType` | 唤起键盘类型 | KeyboardTypeOptions | - |
122122

123123

124-
> 更多 react-native Input 属性请参考 react-native TextInput (https://www.react-native.cn/docs/textinput)
124+
> 更多 react-native Input 属性请参考 react-native TextInput (https://www.react-native.cn/docs/textinput)

0 commit comments

Comments
 (0)