@pit-front-end/components
Version:
湖南创智艾泰克科技有限公司
40 lines (39 loc) • 564 B
JavaScript
const t = {
modelValue: {
type: Boolean,
default: !1
},
title: {
type: String,
default: "标题"
},
size: {
type: [Number, String],
default: "30%"
},
fullscreen: {
type: Boolean,
default: !1
},
beforeClose: {
type: Function
},
direction: {
type: [String],
default: "rtl"
},
withHeader: {
type: Boolean,
default: !0
},
modalClass: {
type: String,
default: "pit-common-drawer"
}
}, l = {
"update:modelValue": (e) => e
};
export {
l as drawerEmits,
t as drawerProps
};