UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

9 lines (8 loc) 286 B
import Inline from "./Inline.js"; import InlineSeparator from "./Inline.Separator.js"; import InlineStretch from "./Inline.Stretch.js"; // attach sub-components to the exported object export default Object.assign(Inline, { Separator: InlineSeparator, Stretch: InlineStretch });