UNPKG

@monchilin/react-native-dropdown

Version:
5 lines (4 loc) 156 B
import { ModalProps } from 'react-native'; export default function Modal({ children, ...props }: ModalProps & { children: JSX.Element; }): JSX.Element;