UNPKG

187 BJavaScriptView Raw
1import * as React from 'react';
2
3// Use any here since we do not get the type during compilation
4
5var SelectContext = /*#__PURE__*/React.createContext(null);
6export default SelectContext;
\No newline at end of file