@pit-front-end/components
Version:
湖南创智艾泰克科技有限公司
33 lines (32 loc) • 475 B
JavaScript
const t = {
modelValue: {
type: Boolean,
default: !1
},
title: {
type: String,
default: "标题"
},
width: {
type: [Number, String],
default: "35%"
},
beforeClose: {
type: Function
},
// form-base-dialog-header
modalClass: {
type: String,
default: ""
},
noCancelBtn: {
type: Boolean,
default: !0
}
}, l = {
"update:modelValue": (e) => e
};
export {
l as dialogHeaderEmits,
t as dialogHeaderProps
};