15 lines
209 B
JavaScript
15 lines
209 B
JavaScript
const emptyProps = {
|
|
image: {
|
|
type: String,
|
|
default: ""
|
|
},
|
|
imageSize: Number,
|
|
description: {
|
|
type: String,
|
|
default: ""
|
|
}
|
|
};
|
|
|
|
export { emptyProps };
|
|
//# sourceMappingURL=empty.mjs.map
|