UNPKG

antd-mobile

Version:

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

10 lines (9 loc) 298 B
import { ModalProps } from './modal'; export declare type ModalShowProps = Omit<ModalProps, 'visible'>; export declare type ModalShowRef = { close: () => void; }; export declare const closeFnSet: Set<() => void>; export declare function show(props: ModalShowProps): { close: () => void; };