UNPKG

143 BJavaScriptView Raw
1import React from 'react'; // TODO
2
3var FormContext = /*#__PURE__*/React.createContext({
4 controlId: undefined
5});
6export default FormContext;
\No newline at end of file