@pit-front-end/components
Version:
湖南创智艾泰克科技有限公司
27 lines (26 loc) • 332 B
JavaScript
const t = {
title: {
type: String,
default: "标题"
},
status: {
type: Boolean,
default: !0
},
el: {
type: Object,
default: () => ({})
},
isExpanded: {
type: Boolean,
default: !0
},
callback: {
type: Function,
default: () => {
}
}
};
export {
t as collapseProps
};