UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

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