UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

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