Initial boiler plate project
This commit is contained in:
5
node_modules/next/dist/client/components/react-dev-overlay/pages/bus.d.ts
generated
vendored
Normal file
5
node_modules/next/dist/client/components/react-dev-overlay/pages/bus.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import type { BusEvent } from '../shared';
|
||||
export type BusEventHandler = (ev: BusEvent) => void;
|
||||
export declare function emit(ev: BusEvent): void;
|
||||
export declare function on(fn: BusEventHandler): boolean;
|
||||
export declare function off(fn: BusEventHandler): boolean;
|
||||
Reference in New Issue
Block a user