UNPKG

hy-push-state

Version:

Turn static web sites into dynamic web apps

18 lines (17 loc) 566 B
import { Context } from './common'; import { HyPushState } from "./index"; export declare class EventManager { private parent; constructor(parent: HyPushState); get animPromise(): Promise<{}>; set animPromise(p: Promise<{}>); get duration(): number; onStart(context: Context): void; emitDOMError(context: any): void; emitNetworkError(context: any): void; emitError(context: any): void; emitReady(context: any): void; emitAfter(context: any): void; emitProgress(context: any): void; emitLoad(context: any): void; }