SelectContext.js 187 B

123456
  1. import * as React from 'react';
  2. // Use any here since we do not get the type during compilation
  3. var SelectContext = /*#__PURE__*/React.createContext(null);
  4. export default SelectContext;