UNPKG

song-ui-u

Version:

vue3 + js的PC前端组件库

22 lines (19 loc) 694 B
'use strict'; const messageBoxProps = { title: { type: String, default: "" }, content: { type: [String, Object], default: "" }, icon: { type: String, default: "warning" }, footer: { type: Boolean, default: true }, cancelButtonText: { type: String, default: "\u53D6\u6D88" }, cancelButtonShow: { type: Boolean, default: true }, confirmButtonText: { type: String, default: "\u786E\u5B9A" }, confirmButtonShow: { type: Boolean, default: true }, confirmLoading: Boolean, unmountOnClose: Boolean, beforeClose: Function, beforeChange: Function, onclose: Function, callback: Function }; exports.messageBoxProps = messageBoxProps; //# sourceMappingURL=message-box.cjs.map