UNPKG

@material-ui/unstyled

Version:

Unstyled React components with which to implement custom design systems.

5 lines 202 B
import * as React from 'react'; import FormControlUnstyledContext from './FormControlContext'; export default function useFormControlUnstyled() { return React.useContext(FormControlUnstyledContext); }