UNPKG

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

Version:

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

6 lines 382 B
export { defaultFlagsFont } from './constants'; export { CountryPicker } from './CountryPicker'; export { PhoneNumberInput } from './PhoneNumberInput'; export type { CountryPickerProps, CountryPickerRef, PhoneNumberInputProps, PhoneNumberInputRef, } from './types'; export { extractPhoneInfo, getCountryByCode, getDialCodeByCode } from './utils'; //# sourceMappingURL=index.d.ts.map