UNPKG

antd-mobile

Version:

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

15 lines (14 loc) 425 B
/// <reference types="react" /> import React from 'react'; export default class BasicModalExample extends React.Component<any, any> { constructor(props: any); showModal: () => void; showModal2: () => void; onClose: () => void; onClose2: () => void; onButtonClick: () => void; onButtonClick2: () => void; onButtonClick3: () => void; onButtonClick4: () => void; render(): JSX.Element; }