UNPKG

react-native-country-picker-modal

Version:
7 lines (6 loc) 210 B
import * as React from 'react'; import { ViewProps } from 'react-native'; export declare const Row: (props: ViewProps & { children?: React.ReactNode; fullWidth?: boolean | undefined; }) => JSX.Element;