Initial boiler plate project
This commit is contained in:
9
node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.d.ts
generated
vendored
Normal file
9
node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
import type { HMR_ACTION_TYPES } from '../../../../server/dev/hot-reloader-types';
|
||||
type ActionCallback = (action: HMR_ACTION_TYPES) => void;
|
||||
export declare function addMessageListener(callback: ActionCallback): void;
|
||||
export declare function sendMessage(data: string): void;
|
||||
export declare function connectHMR(options: {
|
||||
path: string;
|
||||
assetPrefix: string;
|
||||
}): void;
|
||||
export {};
|
||||
Reference in New Issue
Block a user