UNPKG

react-native-social-login-module

Version:
8 lines (7 loc) 247 B
import { TextInputProps } from "react-native"; interface ITextFieldProps extends TextInputProps { width?: number | string; textFieldStyle?: any; } declare const TextField: (props: ITextFieldProps) => JSX.Element; export default TextField;