Page MenuHomec4science

RadioGroupContext.js
No OneTemporary

File Metadata

Created
Fri, Feb 14, 19:47

RadioGroupContext.js

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

Event Timeline