UNPKG

antd-mobile

Version:

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

10 lines (9 loc) 301 B
/// <reference types="react" /> import React from 'react'; export default class PopupExample extends React.Component<any, any> { constructor(props: any); getPopupContent: (num: any) => JSX.Element; onClose(sel: any, num: any): void; showPopup: () => void; render(): JSX.Element; }