UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

6 lines (5 loc) 243 B
import { GenericEventType, GenericType, ImpactType } from '../types'; import * as PIXI from 'pixi.js'; export declare type PixiDisplayObjectProps<T extends PIXI.Container> = GenericType & ImpactType & GenericEventType & { item: T; };