@aplus-frontend/ui
Version:
30 lines (29 loc) • 380 B
JavaScript
const e = () => ({
title: {
type: String,
default: ""
},
imgSrc: {
type: String,
default: ""
},
preview: {
type: Boolean,
default: !1
},
values: {
type: Array,
default: () => []
},
disableCopy: {
type: Boolean,
default: !1
},
showImg: {
type: Boolean,
default: !0
}
});
export {
e as ApProductInfoProps
};