UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

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