UNPKG

@phaserjs/phaser

Version:
3 lines 206 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function RemoveChild<P extends IGameObject, C extends IGameObject>(parent: P, child: C): C; //# sourceMappingURL=RemoveChild.d.ts.map