UNPKG

react-native-animated-glow

Version:

A performant, highly-customizable animated glow effect for React Native, powered by Skia and Reanimated.

6 lines (5 loc) 337 B
import { FC } from 'react'; import type { AnimatedGlowProps, GlowLayerConfig, PresetConfig, GlowEvent, GlowState, GlowConfig } from './animated-glow/types'; export type { PresetConfig, GlowLayerConfig, AnimatedGlowProps, GlowEvent, GlowState, GlowConfig }; declare const AnimatedGlow: FC<AnimatedGlowProps>; export default AnimatedGlow;