UNPKG

@rootbank/rootstrap

Version:

Root React Bootstrap 4 components

4 lines 240 B
import * as React from 'react'; import { Navbar as ReactStrapNavbar, } from 'reactstrap'; export const Navbar = (props) => (React.createElement(ReactStrapNavbar, Object.assign({}, props), props.children)); //# sourceMappingURL=Navbar.js.map