UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

9 lines 448 B
import React from "react"; export declare function HoverBorderGradient({ children, containerClassName, className, as: Tag, duration, clockwise, ...props }: React.PropsWithChildren<{ as?: React.ElementType; containerClassName?: string; className?: string; duration?: number; clockwise?: boolean; } & React.HTMLAttributes<HTMLElement>>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=hover-border-gradient.d.ts.map