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.
17 lines • 660 B
TypeScript
import React from "react";
export interface GradientCardProps {
color: string;
glowColor: string;
width?: string;
height?: string;
borderRadius?: string;
className?: string;
children?: React.ReactNode;
followMouse?: boolean;
hoverOnly?: boolean;
intensity?: number;
backgroundColor?: string;
}
export declare const InteractiveGradient: ({ color, glowColor, width, height, borderRadius, className, children, followMouse, hoverOnly, intensity, backgroundColor, }: GradientCardProps) => import("react/jsx-runtime").JSX.Element;
export default InteractiveGradient;
//# sourceMappingURL=interactive-gradient-card.d.ts.map