UNPKG

157 BJavaScriptView Raw
1import * as React from 'react';
2var FormContext = /*#__PURE__*/React.createContext({
3 labelAlign: 'right',
4 vertical: false
5});
6export default FormContext;
\No newline at end of file