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.

17 lines (16 loc) 605 B
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;