informed
Version:
A lightweight framework and utility for building powerful forms in React applications
13 lines (8 loc) • 309 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var React = require('react');
var Context = require('../Context.js');
function useArrayFieldItemState() {
return React.useContext(Context.ArrayFieldItemStateContext);
}
exports.useArrayFieldItemState = useArrayFieldItemState;