UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

3 lines (2 loc) 158 B
import { GenericEventType, GenericType, ImpactType } from '../types'; export declare type PixiContainerProps = GenericType & ImpactType & GenericEventType;