ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
9 lines • 419 B
TypeScript
import { ArrayInputContextValue } from './ArrayInputContext';
/**
* A hook to access an array input methods as provided by react-hook-form.
* Useful to create custom array input iterators.
* @see {ArrayInput}
* @see https://react-hook-form.com/docs/usefieldarray
*/
export declare const useArrayInput: (props?: Partial<ArrayInputContextValue>) => ArrayInputContextValue;
//# sourceMappingURL=useArrayInput.d.ts.map