UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

6 lines (5 loc) 134 B
import { Overflow } from '../types'; export declare type PixiHtmlContainerProps = { id?: string; overflow?: Overflow; };