UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

5 lines (4 loc) 166 B
import * as React from 'react'; // TODO: check const context = /*#__PURE__*/React.createContext(null); context.displayName = 'NavbarContext'; export default context;