UNPKG

song-ui-u

Version:

vue3 + js的PC前端组件库

21 lines (19 loc) 581 B
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: "" } }; export { modalProps }; //# sourceMappingURL=modal.mjs.map