UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

6 lines (5 loc) 271 B
import React from 'react'; import { PixiTextureProps, UpdatableTextureType } from '../../props'; import { TransformType } from '../../types'; declare const ShapeTexture: React.FC<PixiTextureProps & TransformType & UpdatableTextureType>; export default ShapeTexture;