styleMock.js 397 B

12345678910
  1. "use strict";
  2. module.exports = {};
  3. if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
  4. Object.defineProperty(exports.default, '__esModule', { value: true });
  5. Object.assign(exports.default, exports);
  6. module.exports = exports.default;
  7. }
  8. //# sourceMappingURL=styleMock.js.map