UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

4 lines (3 loc) 231 B
import { type Container, type Filter } from 'pixi.js'; import { type PixiReactNode } from './PixiReactNode'; export type BasePixiReactNode<T extends new (...args: any) => any = typeof Container | typeof Filter> = PixiReactNode<T>;