UNPKG

xlibs-components

Version:

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

9 lines 346 B
interface ScriptCopyBtnProps { text: string; className?: string; variant?: "default" | "outline" | "ghost"; size?: "sm" | "md" | "lg"; } export declare function ScriptCopyBtn({ text, className, variant, size, }: ScriptCopyBtnProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=script-copy-btn.d.ts.map