UNPKG

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