UNPKG

react-native-country-picker-modal-xkelxmc

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