UNPKG

antd-mobile-rn

Version:

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

9 lines (8 loc) 240 B
import React from 'react'; export default class ToastExample extends React.Component<any, any> { timer: any; componentDidMount(): void; componentWillUnmount(): void; alwaysShowToast: () => void; render(): JSX.Element; }