UNPKG

@turbox3d/graphic-component-pixi

Version:

Graphic component library based on pixi

9 lines (8 loc) 253 B
declare class Emitter { private listeners; on(eventName: string, callback: (...args: any[]) => void): void; emit(eventName: string, ...args: any[]): void; off(eventName: string): void; } export declare const emitter: Emitter; export {};