song-ui-u
Version:
vue3 + js的PC前端组件库
23 lines (20 loc) • 606 B
JavaScript
;
const modalProps = {
title: { type: String, default: "" },
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,
fixedScreen: Boolean,
beforeClose: Function,
beforeChange: Function,
width: {
type: String,
default: ""
}
};
exports.modalProps = modalProps;
//# sourceMappingURL=modal.cjs.map