UNPKG

ra-core

Version:

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

10 lines 499 B
import { UseFieldArrayReturn } from 'react-hook-form'; /** * A React context that provides access to an ArrayInput methods as provided by react-hook-form * Useful to create custom array input iterators. * @see {ArrayInput} * @see {@link https://react-hook-form.com/docs/usefieldarray} */ export declare const ArrayInputContext: import("react").Context<ArrayInputContextValue | undefined>; export type ArrayInputContextValue = UseFieldArrayReturn; //# sourceMappingURL=ArrayInputContext.d.ts.map