UNPKG

126 BJavaScriptView Raw
1import * as React from 'react'; // TODO
2
3const FormContext = /*#__PURE__*/React.createContext({});
4export default FormContext;
\No newline at end of file