PromoCursed/node_modules/rc-select/es/SelectContext.js
2024-08-20 23:25:37 +04:00

6 lines
187 B
JavaScript

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