UNPKG

178 BJavaScriptView Raw
1import * as React from 'react';
2import FormControlContext from './FormControlContext';
3export default function useFormControl() {
4 return React.useContext(FormControlContext);
5}
\No newline at end of file