19 lines
297 B
JavaScript
19 lines
297 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
const emptyProps = {
|
|
image: {
|
|
type: String,
|
|
default: ""
|
|
},
|
|
imageSize: Number,
|
|
description: {
|
|
type: String,
|
|
default: ""
|
|
}
|
|
};
|
|
|
|
exports.emptyProps = emptyProps;
|
|
//# sourceMappingURL=empty.js.map
|