UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

3 lines (2 loc) 206 B
import { type HostConfig } from '../typedefs/HostConfig'; export declare function attach(parentInstance: HostConfig['containerInstance'], childInstance: HostConfig['instance'], targetIndex?: number): void;