UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

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