UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

16 lines (15 loc) 466 B
import React from 'react'; export default class BasicModalExample extends React.Component<any, any> { constructor(props: any); onClose: () => void; onClose1: () => void; onClose2: () => void; onButtonClick: () => void; onButtonClickPromise: () => void; onButtonClick2: () => void; onButtonClick3: () => void; onButtonClick4: () => void; onButtonClick5: () => void; onButtonClick6: () => void; render(): JSX.Element; }