UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

7 lines (6 loc) 175 B
import Box from "./Box.js"; import BoxArrow from "./Box.Arrow.js"; // attach sub-components to the exported object export default Object.assign(Box, { Arrow: BoxArrow });