UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

7 lines (6 loc) 157 B
import { EventListener } from '../types'; export declare type PixiTextureProps = { name?: string; src?: string; onLoad?: EventListener; };