UNPKG

@artmajeur/react-native-paper-phone-number-input

Version:

A performant phone number input component for react-native-paper with country picker

15 lines 399 B
interface Country { code: string; name: string; dialCode: string; flag: string; length: number; } interface UseCountrySearchProps { searchQuery: string; countriesList: Country[]; lang: string; } export declare const useCountrySearch: ({ searchQuery, countriesList, lang }: UseCountrySearchProps) => Country[]; export {}; //# sourceMappingURL=useCountrySearch.d.ts.map