rag-context-optimizer / frontend /node_modules /next /dist /client /react-client-callbacks /error-boundary-callbacks.d.ts
| import type { ErrorInfo } from 'react'; | |
| export declare function onCaughtError(thrownValue: unknown, errorInfo: ErrorInfo & { | |
| errorBoundary?: React.Component; | |
| }): void; | |
| export declare function onUncaughtError(thrownValue: unknown): void; | |