📄 NavbarContext.js
/home/palash/git/site/node_modules/react-bootstrap/esm/NavbarContext.js
Language: js • Lines: 9
"use client";

import * as React from 'react';

// TODO: check

const context = /*#__PURE__*/React.createContext(null);
context.displayName = 'NavbarContext';
export default context;