UNPKG

antd-mobile-taro-ui

Version:

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

8 lines 137 B
import "./toast.css"; import { clear, show, config } from './methods'; const Toast = { show, clear, config }; export default Toast;