fileMock.js 500 B

123456789101112131415
  1. "use strict";
  2. module.exports = {
  3. src: "/img.jpg",
  4. height: 24,
  5. width: 24,
  6. blurDataURL: "data:image/png;base64,imagedata"
  7. };
  8. if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
  9. Object.defineProperty(exports.default, '__esModule', { value: true });
  10. Object.assign(exports.default, exports);
  11. module.exports = exports.default;
  12. }
  13. //# sourceMappingURL=fileMock.js.map