UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

5 lines (4 loc) 136 B
import React from 'react'; import { ShapeType } from '../../types'; declare const Shape: React.FC<ShapeType>; export default Shape;