UNPKG

brightyui

Version:

Brighty UI library

11 lines 504 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var jsx_runtime_1 = require("react/jsx-runtime"); var Section_module_scss_1 = tslib_1.__importDefault(require("../../../src/styles/Section.module.scss")); var Section = function (_a) { var children = _a.children; return (0, jsx_runtime_1.jsx)("div", { className: Section_module_scss_1.default.root, children: children }); }; exports.default = Section; //# sourceMappingURL=Section.js.map