UNPKG

9s-fe-core

Version:

Core functionalities for authentication, configuration, and repository management.

10 lines (9 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FormContext = void 0; const react_1 = require("react"); exports.FormContext = (0, react_1.createContext)({ fieldList: [], setFieldList: () => { }, updateFieldValue: () => { }, });