UNPKG

antd-mobile

Version:

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

10 lines (9 loc) 281 B
/// <reference types="react" /> import React from 'react'; import PopupProps from './PropsType'; export default class PopupContainer extends React.Component<PopupProps, any> { constructor(props: any); hide(): void; onMaskClose: () => void; render(): JSX.Element; }