123456789101112131415 |
- "use strict";
- module.exports = {
- src: "/img.jpg",
- height: 24,
- width: 24,
- blurDataURL: "data:image/png;base64,imagedata"
- };
- if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
- Object.defineProperty(exports.default, '__esModule', { value: true });
- Object.assign(exports.default, exports);
- module.exports = exports.default;
- }
- //# sourceMappingURL=fileMock.js.map
|