UNPKG

221 BJavaScriptView Raw
1import * as React from 'react';
2const DropdownContext = /*#__PURE__*/React.createContext(null);
3if (process.env.NODE_ENV !== 'production') {
4 DropdownContext.displayName = 'DropdownContext';
5}
6export { DropdownContext };
\No newline at end of file