xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
8 lines • 445 B
TypeScript
import React from "react";
interface InteractiveHoverButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
variant?: "default" | "primary" | "secondary" | "success" | "warning" | "error";
animated?: boolean;
}
export declare const InteractiveHoverButton: React.ForwardRefExoticComponent<InteractiveHoverButtonProps & React.RefAttributes<HTMLButtonElement>>;
export {};
//# sourceMappingURL=interactive-hover-button.d.ts.map