UNPKG

react-native-country-picker-modal-xkelxmc

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