UNPKG

@td-design/react-native

Version:

react-native UI组件库

4 lines 213 B
import { PropsWithChildren } from 'react'; import { ModalProps } from '../type'; export default function ModalView(props: PropsWithChildren<ModalProps>): JSX.Element | null; //# sourceMappingURL=ModalView.d.ts.map