t-comm
Version: 
专业、稳定、纯粹的工具库
16 lines (10 loc) • 434 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var toast_toast = require('./toast.js');
exports.Toast = toast_toast.Toast;
exports.clearToast = toast_toast.clearToast;
exports.dismissLoading = toast_toast.dismissLoading;
exports.showFail = toast_toast.showFail;
exports.showLoading = toast_toast.showLoading;
exports.showSuccess = toast_toast.showSuccess;
exports.showToast = toast_toast.showToast;