unis_crm/frontend1/node_modules/rc-select/es/SelectContext.js

6 lines
187 B
JavaScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
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;