UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

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