UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

10 lines (9 loc) 294 B
import { AEvent } from "./AEvent"; export declare class TimerEvent extends AEvent { static TIMER: string; static TIMER_COMPLETE: string; constructor(type: string, bubbles?: boolean, cancelable?: boolean); clone(): AEvent; toString(): string; updateAfterEvent(): void; }