Files
novarix.uk/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

6 lines
241 B
TypeScript

import type { ErrorInfo } from 'react';
export declare function onCaughtError(thrownValue: unknown, errorInfo: ErrorInfo & {
errorBoundary?: React.Component;
}): void;
export declare function onUncaughtError(thrownValue: unknown): void;