UNPKG

react-native-simi-comps

Version:
4 lines (3 loc) 146 B
/// <reference types="react" /> import { TextInputProps } from "react-native"; export default function Input(props: TextInputProps): JSX.Element;