@pixi/react
Version:
Write PixiJS applications using React declarative style.
5 lines (4 loc) • 364 B
TypeScript
import { type PixiReactNode } from 'typedefs/PixiReactNode';
import { type HostConfig } from '../typedefs/HostConfig';
/** Always throws, because we don't support this (yet). */
export declare function createTextInstance(_text: string, _rootContainer: HostConfig['containerInstance'], _hostContext: HostConfig['hostContext'], _internalHandle: any): PixiReactNode;