UNPKG

@safewaystore/native-ui

Version:

A awesome React Native UI by SafeWay Store.

7 lines (5 loc) 159 B
import { TextInput } from 'react-native'; export type IProps = React.ComponentProps<typeof TextInput> & { labelText?: string; hintText?: string; };