UNPKG

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

Version:

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

4 lines 326 B
import React from 'react'; import type { PhoneNumberInputProps, PhoneNumberInputRef } from './types'; export declare const PhoneNumberInput: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<PhoneNumberInputProps, "ref"> & React.RefAttributes<PhoneNumberInputRef>>>; //# sourceMappingURL=PhoneNumberInput.d.ts.map