UNPKG

@carrot-farm/mongsil-ui

Version:
18 lines (17 loc) 403 B
import * as React from 'react'; export var FormContext = React.createContext({ scheme: { model: [], idMap: {}, nameMap: {}, }, values: {}, errors: {}, direction: 'y', setValue: function () { }, setValues: function () { }, setModel: function () { }, addError: function () { }, setError: function () { }, setErrors: function () { }, });