UNPKG

@uiw/react-native

Version:
7 lines (6 loc) 248 B
import React from 'react'; import { TextInputProps } from 'react-native'; declare const Input: ({ value, onChange, ...others }: TextInputProps & { onChange?: ((value: string) => void) | undefined; }) => React.JSX.Element; export default Input;