@egova/flagwind-web
Version:
flagwind web library
12 lines (11 loc) • 384 B
TypeScript
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;
}