UNPKG

tdesign-vue

Version:
46 lines (43 loc) 790 B
/** * tdesign v1.14.1 * (c) 2025 tdesign * @license MIT */ 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 }; export { props as default }; //# sourceMappingURL=props.js.map