UNPKG

react-native-country-picker-modal

Version:
11 lines (10 loc) 303 B
/// <reference types="react" /> import { TextInputProps } from 'react-native'; export declare type CountryFilterProps = TextInputProps; export declare const CountryFilter: { (props: TextInputProps): JSX.Element; defaultProps: { autoFocus: boolean; placeholder: string; }; };