jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/less/Toast/props.js

15 lines
295 B
JavaScript
Raw Normal View History

2024-11-10 07:01:22 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ToastDefaultProps = void 0;
var ToastDefaultProps = {
duration: 2000,
showMask: false,
maskCloseable: false,
type: null,
maskStyle: '',
style: ''
};
exports.ToastDefaultProps = ToastDefaultProps;