UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

6 lines (5 loc) 275 B
import React from 'react'; import { ParentContextType } from '../types'; import * as PIXI from 'pixi.js'; export declare const defaultParentContext: ParentContextType<PIXI.Container>; export declare const ParentContext: React.Context<ParentContextType<PIXI.Container>>;