UNPKG

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