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 { PointsContextType } from '../types'; export declare const PointsContext: React.Context<PointsContextType>;