UNPKG

@td-design/react-native

Version:

react-native UI组件库

8 lines 270 B
import { PropsWithChildren } from 'react'; import { ModalProps } from '../type'; declare function Modal(props: PropsWithChildren<ModalProps>): JSX.Element; declare namespace Modal { var displayName: string; } export default Modal; //# sourceMappingURL=index.d.ts.map