/opt/canhelp/node_modules/next/dist/client/dev/hot-reloader/app
Edit: /opt/canhelp/node_modules/next/dist/client/dev/hot-reloader/app/hot-reloader-app.d.ts (401B)
import type { ReactNode } from 'react';
import type { GlobalErrorState } from '../../../components/app-router-instance';
export declare function waitForWebpackRuntimeHotUpdate(): Promise
;
export default function HotReload({ assetPrefix, children, globalError, }: {
assetPrefix: string;
children: ReactNode;
globalError: GlobalErrorState;
}): import("react/jsx-runtime").JSX.Element;