'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