UNPKG

ra-core

Version:

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

8 lines 379 B
/** * A hook to use inside the component passed to FallbackComponent * of react-error-boundary. It resets the error boundary state whenever * the location changes * @param {Function} resetErrorBoundary */ export declare const useResetErrorBoundaryOnLocationChange: (resetErrorBoundary: () => void) => void; //# sourceMappingURL=useResetErrorBoundaryOnLocationChange.d.ts.map