15 lines
500 B
Plaintext
15 lines
500 B
Plaintext
"use strict";
|
|
module.exports = {
|
|
src: "/img.jpg",
|
|
height: 40,
|
|
width: 40,
|
|
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 |