UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

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