UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

11 lines (10 loc) 275 B
import { ReactElement } from 'react'; declare type ImperativeProps = { visible?: boolean; onClose?: () => void; afterClose?: () => void; }; export declare function renderImperatively(element: ReactElement<ImperativeProps>): { close: () => void; }; export {};