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.
11 lines (10 loc) • 453 B
TypeScript
export declare const InteractiveCard: ({ children, className, InteractiveColor, borderRadius, rotationFactor, transitionDuration, transitionEasing, tailwindBgClass, }: {
children: React.ReactNode;
className?: string;
InteractiveColor?: string;
borderRadius?: string;
rotationFactor?: number;
transitionDuration?: number;
transitionEasing?: string;
tailwindBgClass?: string;
}) => import("react/jsx-runtime").JSX.Element;