xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
19 lines • 707 B
TypeScript
import React from "react";
export declare function Button({ borderRadius, children, as: Component, containerClassName, borderClassName, duration, className, ...otherProps }: {
borderRadius?: string;
children: React.ReactNode;
as?: any;
containerClassName?: string;
borderClassName?: string;
duration?: number;
className?: string;
[key: string]: any;
}): import("react/jsx-runtime").JSX.Element;
export declare const MovingBorder: ({ children, duration, rx, ry, ...otherProps }: {
children: React.ReactNode;
duration?: number;
rx?: string;
ry?: string;
[key: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=button.d.ts.map