UNPKG

@phaserjs/phaser

Version:
4 lines 234 B
import { IBaseWorld } from '../IBaseWorld'; export declare const WorldPreRenderEvent: string; export declare type WorldPreRenderEventHandler = <T extends IBaseWorld>(world: T) => void; //# sourceMappingURL=WorldPreRenderEvent.d.ts.map