UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

9 lines (8 loc) 230 B
export default class Popup { static newInstance: () => { show: (content: any, config: any) => void; hide: () => void; }; static show: (content: any, config: any) => void; static hide: () => void; }