UNPKG

@mftechio/react-native-country-picker-modal

Version:
13 lines (12 loc) 260 B
import * as React from 'react'; interface Props { visible?: boolean; children: React.ReactNode; } export declare const AnimatedModal: { ({ children, visible }: Props): JSX.Element; defaultProps: { visible: boolean; }; }; export {};