UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

4 lines (3 loc) 157 B
import React from 'react'; import { type TextInputProps } from 'react-native'; export declare const TextInput: (props: TextInputProps) => React.JSX.Element;