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 (11 loc) • 319 B
TypeScript
interface GlowingBackgroundProps {
zIndex?: number;
height?: string;
ringColors?: string[];
blurStrength?: string;
gradientFrom?: string;
gradientVia?: string;
gradientTo?: string;
}
export declare const GlowingBackground: React.FC<GlowingBackgroundProps>;
export default GlowingBackground;