mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
16 lines
279 B
Markdown
16 lines
279 B
Markdown
# TextInput spec
|
|
|
|
Text input layout and styles.
|
|
|
|
#### PropTypes
|
|
|
|
All other props are transferred directly to the `element`.
|
|
|
|
+ `component`: `func` or `string` (default `"div"`)
|
|
+ `style`: `TextStylePropTypes`
|
|
|
|
#### TextStylePropTypes
|
|
|
|
+ ViewStylePropTypes
|
|
+ TypographicPropTypes
|