UNPKG

zarm

Version:

基于 React 的移动端UI库

7 lines 134 B
import { clear, config, show } from './methods'; var Toast = { show: show, clear: clear, config: config }; export default Toast;