UNPKG

brightyui

Version:

Brighty UI library

8 lines 307 B
import { jsx as _jsx } from "react/jsx-runtime"; import styles from '../../../src/styles/Section.module.scss'; var Section = function (_a) { var children = _a.children; return _jsx("div", { className: styles.root, children: children }); }; export default Section; //# sourceMappingURL=Section.js.map