UNPKG

ra-core

Version:

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

13 lines 434 B
import * as React from 'react'; import { ReactNode } from 'react'; /** * This component provides functions through context to manage form groups, * allowing to link or unlink an input to a group. * @see FormGroupContextProvider * @see useFormGroup * @see useFormGroups */ export declare const FormGroupsProvider: ({ children }: { children: ReactNode; }) => React.JSX.Element; //# sourceMappingURL=FormGroupsProvider.d.ts.map