Files
video-gen/video-gen-admin/node_modules/@rc-component/select/es/SelectContext.js
T
2026-05-25 17:08:18 +08:00

9 lines
283 B
JavaScript

import * as React from 'react';
// Use any here since we do not get the type during compilation
/**
* SelectContext is only used for Select. BaseSelect should not consume this context.
*/
const SelectContext = /*#__PURE__*/React.createContext(null);
export default SelectContext;