UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

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