UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

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