UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

3 lines (2 loc) 242 B
import { type HostConfig } from '../typedefs/HostConfig'; export declare function createInstance(type: HostConfig['type'], props: HostConfig['props'], root: HostConfig['containerInstance']): import("../typedefs/PixiReactNode").PixiReactNode;