UNPKG

@phaserjs/phaser

Version:
6 lines 218 B
import { IScene } from './IScene'; import { ISceneConfig } from './ISceneConfig'; export interface ISceneConstructor { new (config?: string | ISceneConfig): IScene; } //# sourceMappingURL=ISceneConstructor.d.ts.map