UNPKG

informed

Version:

A lightweight framework and utility for building powerful forms in React applications

13 lines (8 loc) 285 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); var Context = require('../Context.js'); function useArrayFieldApi() { return React.useContext(Context.ArrayFieldApiContext); } exports.useArrayFieldApi = useArrayFieldApi;