UNPKG

phaser-jsx

Version:
4 lines 182 B
import type { Scene } from 'phaser'; export declare function getScene<Type = Scene>(): Type; export declare function setScene(scene: Scene): void; //# sourceMappingURL=scene.d.ts.map