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