bpms_site/.svn/pristine/c9/c9c6a5d32720f7556fe7a2e2f76bd88b8f5d8617.svn-base
2025-11-02 16:38:49 +03:30

20 lines
655 B
Plaintext

"use strict";
module.exports = new Proxy({}, {
get: function getter() {
return ()=>({
className: "className",
variable: "variable",
style: {
fontFamily: "fontFamily"
}
});
}
});
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=nextFontMock.js.map