UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

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