UNPKG

@phaserjs/phaser

Version:
6 lines 235 B
import { TextureManager } from './TextureManager'; export declare const TextureManagerInstance: { get: () => TextureManager; set: (manager: TextureManager | null) => void; }; //# sourceMappingURL=TextureManagerInstance.d.ts.map