UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

5 lines (4 loc) 183 B
import React from 'react'; import { PixiRenderTextureProps } from '../props'; declare const PixiRenderTexture: React.FC<PixiRenderTextureProps>; export default PixiRenderTexture;