1
0
Fork 0
react-playground/node_modules/@mui/material/esm/RadioGroup/RadioGroupContext.js

11 lines
No EOL
294 B
JavaScript

'use client';
import * as React from 'react';
/**
* @ignore - internal component.
*/
const RadioGroupContext = /*#__PURE__*/React.createContext(undefined);
if (process.env.NODE_ENV !== 'production') {
RadioGroupContext.displayName = 'RadioGroupContext';
}
export default RadioGroupContext;