UNPKG

react-native-modern-elements

Version:

A modern, customizable UI component library for React Native

15 lines (14 loc) 447 B
import React from "react"; import { TextStyle, ViewStyle } from "react-native"; import { InputProps } from "../../types"; declare const _default: React.MemoExoticComponent<(props: InputProps & { error?: string; secureTextEntry?: boolean; isValid?: boolean; cancelIcon?: any; iconStyle?: ViewStyle; lable?: string; lableStyle?: TextStyle; wrapperStyle?: ViewStyle; }) => React.JSX.Element>; export default _default;