UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

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