UNPKG

279 BJavaScriptView Raw
1import * as React from 'react';
2/**
3 * @ignore - internal component.
4 */
5const RadioGroupContext = /*#__PURE__*/React.createContext(undefined);
6if (process.env.NODE_ENV !== 'production') {
7 RadioGroupContext.displayName = 'RadioGroupContext';
8}
9export default RadioGroupContext;
\No newline at end of file