UNPKG

lightswind

Version:

A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.

12 lines 360 B
interface GlowingBackgroundProps { zIndex?: number; height?: string; ringColors?: string[]; blurStrength?: string; gradientFrom?: string; gradientVia?: string; gradientTo?: string; } declare const GlowingBackground: React.FC<GlowingBackgroundProps>; export default GlowingBackground; //# sourceMappingURL=glowing-background.d.ts.map