Spaces:
Sleeping
Sleeping
pythonic-rag-FastAPIReact / frontend /node_modules /@mui /material /FormControl /FormControlContext.js
| import * as React from 'react'; | |
| /** | |
| * @ignore - internal component. | |
| */ | |
| const FormControlContext = /*#__PURE__*/React.createContext(undefined); | |
| if (process.env.NODE_ENV !== 'production') { | |
| FormControlContext.displayName = 'FormControlContext'; | |
| } | |
| export default FormControlContext; |