empty.js 380 B

1234567891011121314151617181920
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var runtime = require('../../../utils/vue/props/runtime.js');
  4. const emptyProps = runtime.buildProps({
  5. image: {
  6. type: String,
  7. default: ""
  8. },
  9. imageSize: Number,
  10. description: {
  11. type: String,
  12. default: ""
  13. }
  14. });
  15. exports.emptyProps = emptyProps;
  16. //# sourceMappingURL=empty.js.map