UNPKG

@td-design/react-native

Version:

react-native UI组件库

4 lines 230 B
import React from 'react'; import { ModalProps } from '../type'; export default function show(comp: React.ReactElement, props?: Omit<ModalProps, 'onAnimationEnd' | 'visible' | 'onClose'>): void; //# sourceMappingURL=index.d.ts.map