UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

7 lines (6 loc) 177 B
import Grid from "./Grid.js"; import GridSpan from "./Grid.Span.js"; // attach sub-components to the exported object export default Object.assign(Grid, { Span: GridSpan });