UNPKG

@antv/f6-plugin

Version:
5 lines (4 loc) 236 B
export declare function dispatch(key: any, ...args: any[]): void; export declare function subscribe(key: any, fn: any): void; export declare function unsubscribe(key: any, fn: any): void; export declare function unsubscribeAll(): void;