UNPKG

@egova/flagwind-web

Version:
12 lines (11 loc) 384 B
import flagwind from "@egova/flagwind-core"; export declare class EventBus extends flagwind.BroadcastManager { id: string; constructor(id: string); } export declare class VueReceiver implements flagwind.IBroadcastReceiver { private target; private method; constructor(target: any, fn: Function); receive(context: flagwind.BroadcastContext): void; }