UNPKG

tdesign-vue

Version:
50 lines (45 loc) 868 B
/** * tdesign v1.12.1 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = { closeBtn: { type: [String, Boolean, Function], "default": void 0 }, content: { type: [String, Function] }, "default": { type: [String, Function] }, duration: { type: Number, "default": 3e3 }, footer: { type: [String, Function] }, icon: { type: [Boolean, Function], "default": true }, theme: { type: String, "default": "info", validator: function validator(val) { if (!val) return true; return ["info", "success", "warning", "error"].includes(val); } }, title: { type: [String, Function] }, onCloseBtnClick: Function, onDurationEnd: Function }; exports["default"] = props; //# sourceMappingURL=props.js.map