UNPKG

@mftechio/react-native-country-picker-modal

Version:
10 lines (9 loc) 271 B
import { TextInputProps } from 'react-native'; export declare type CountryFilterProps = TextInputProps; export declare const CountryFilter: { (props: TextInputProps): JSX.Element; defaultProps: { autoFocus: boolean; placeholder: string; }; };