UNPKG

@platformbuilders/react-native-ui

Version:
5 lines 178 B
import { FC } from 'react'; import { TextInputType } from '../../types'; declare const TextInput: FC<TextInputType>; export default TextInput; //# sourceMappingURL=index.d.ts.map