UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

12 lines 526 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimpleFormIteratorContext = void 0; var react_1 = require("react"); /** * A React context that provides access to a SimpleFormIterator data (the total number of items) and mutators (add, reorder and remove). * Useful to create custom array input iterators. * @see {SimpleFormIterator} * @see {ArrayInput} */ exports.SimpleFormIteratorContext = (0, react_1.createContext)(undefined); //# sourceMappingURL=SimpleFormIteratorContext.js.map