UNPKG

@material-ui/unstyled

Version:

Unstyled React components with which to implement custom design systems.

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