UNPKG

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