UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

4 lines (3 loc) 251 B
import { type HostConfig } from '../typedefs/HostConfig'; /** Removes elements from our scene and disposes of them. */ export declare function removeChild(_parentInstance: HostConfig['containerInstance'], childInstance: HostConfig['instance']): void;