UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

9 lines 279 B
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;