lingjing/node_modules/next/dist/client/components/handle-isr-error.d.ts
2026-02-23 09:51:43 +00:00

4 lines
78 B
TypeScript

export declare function HandleISRError({ error }: {
error: any;
}): null;