UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

5 lines (4 loc) 196 B
import * as PIXI from 'pixi.js'; import React from 'react'; import { ImpactContextType } from '../types'; export declare const ImpactContext: React.Context<ImpactContextType<PIXI.Container>>;