lwx-test-ui
Version:
lwx-test-ui
25 lines (24 loc) • 340 B
JavaScript
const t = {
modelValue: {
type: Boolean,
default() {
return !1;
}
},
// 上方标题
title: {
type: String,
default: "标题"
},
customClass: {
type: String,
default: ""
}
}, l = {
"update:modelValue": (e) => e,
close: () => !0
};
export {
l as bigDialogEmits,
t as bigDialogProps
};