UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

7 lines (6 loc) 193 B
'use client'; import * as React from 'react'; import FormControlContext from './FormControlContext'; export default function useFormControl() { return React.useContext(FormControlContext); }