UNPKG

@zhazhazhu/charge-waterfall

Version:

使用纯TypeScript编写的瀑布流工具插件,定宽不定高。简单好用,配置方便,纯中文提示,即插即用。适用于JS、Vue、React、Angular

8 lines (7 loc) 289 B
export declare class EventEmitter { private events; on(eventName: string, fn: Function): void; protected emit(eventName: string, ...args: any): void; protected off(eventName: string, fn?: Function): void; protected once(eventName: string, fn: Function): void; }