UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

10 lines 383 B
/** * ParticleBackground Component * * A dynamic background with animated particles. */ import React from 'react'; import { ParticleBackgroundProps } from './types'; declare const ParticleBackground: React.ForwardRefExoticComponent<ParticleBackgroundProps & React.RefAttributes<HTMLDivElement>>; export default ParticleBackground; //# sourceMappingURL=ParticleBackground.d.ts.map