import { RaRecord } from '../../types'; import { EditControllerResult } from './useEditController'; /** * Hook to read the edit controller props from the EditContext. * * Used within a (e.g. as a descendent of ). * * @returns {EditControllerResult} edit controller props * * @see useEditController for how it is filled */ export declare const useEditContext: () => EditControllerResult; //# sourceMappingURL=useEditContext.d.ts.map