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

32 lines
968 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
LeftRightDialogHeader: null,
styles: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
LeftRightDialogHeader: function() {
return _LeftRightDialogHeader.LeftRightDialogHeader;
},
styles: function() {
return _styles.styles;
}
});
const _LeftRightDialogHeader = require("./LeftRightDialogHeader");
const _styles = require("./styles");
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=index.js.map