brightyui
Version:
Brighty UI library
11 lines • 546 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var SectionWrapper_module_scss_1 = tslib_1.__importDefault(require("../../../src/styles/SectionWrapper.module.scss"));
var SectionWrapper = function (_a) {
var children = _a.children;
return (0, jsx_runtime_1.jsx)("div", { className: SectionWrapper_module_scss_1.default.root, children: children });
};
exports.default = SectionWrapper;
//# sourceMappingURL=SectionWrapper.js.map