UNPKG

tdesign-vue-next

Version:
51 lines (46 loc) 970 B
/** * tdesign v1.15.2 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var dialogCardProps = { body: { type: [String, Function] }, cancelBtn: { type: [String, Object, Function] }, closeBtn: { type: [String, Boolean, Function], "default": true }, confirmBtn: { type: [String, Object, Function] }, confirmLoading: { type: Boolean, "default": void 0 }, footer: { type: [Boolean, Function] }, header: { type: [String, Boolean, Function], "default": true }, theme: { type: String, "default": "default", validator: function validator(val) { if (!val) return true; return ["default", "info", "warning", "danger", "success"].includes(val); } }, onCancel: Function, onCloseBtnClick: Function, onConfirm: Function }; exports["default"] = dialogCardProps; //# sourceMappingURL=dialog-card-props.js.map