UNPKG

antd-mobile-taro-ui

Version:

以antd-mobile为设计标准,基于taro框架的微信小程序组件库

10 lines (9 loc) 258 B
import './toast.less'; import { clear, show, config } from './methods'; export type { ToastShowProps, ToastHandler } from './methods'; declare const Toast: { show: typeof show; clear: typeof clear; config: typeof config; }; export default Toast;