UNPKG

lightswind

Version:

A professionally designed animate react component library & templates market that brings together functionality, accessibility, and beautiful aesthetics for modern applications.

9 lines (8 loc) 263 B
import React from "react"; export interface ParticleOrbitEffectProps { className?: string; style?: React.CSSProperties; fullScreen?: boolean; } declare const ParticleOrbitEffect: React.FC<ParticleOrbitEffectProps>; export default ParticleOrbitEffect;