UNPKG

next

Version:

The React Framework

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