Neah/node_modules/next/dist/client/components/react-dev-overlay/pages/hooks.d.ts
2025-04-24 17:19:14 +02:00

7 lines
223 B
TypeScript

export declare const usePagesDevOverlay: () => {
state: import("../shared").OverlayState & {
routerType: "pages" | "app";
};
onComponentError: (_error: Error, _componentStack: string | null) => void;
};