UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

4 lines (3 loc) 146 B
import React from 'react'; import { EffectContextType } from '../types'; export declare const EffectContext: React.Context<EffectContextType>;