UNPKG

react-native-country-picker-modal

Version:
6 lines (5 loc) 175 B
import React from 'react'; import { TextProps } from 'react-native'; export declare const CountryText: (props: TextProps & { children: React.ReactNode; }) => JSX.Element;