UNPKG

react-native-country-picker-modal-xkelxmc

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