UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

9 lines (8 loc) 283 B
import Section from "./Section.js"; import SectionHeader from "./Section.Header.js"; import SectionContent from "./Section.Content.js"; // attach sub-components to the exported object export default Object.assign(Section, { Header: SectionHeader, Content: SectionContent });