UNPKG

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

Version:

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

4 lines 281 B
import React from 'react'; import type { CountryPickerProps, CountryPickerRef } from './types'; export declare const CountryPicker: React.ForwardRefExoticComponent<Omit<CountryPickerProps, "ref"> & React.RefAttributes<CountryPickerRef>>; //# sourceMappingURL=CountryPicker.d.ts.map