UNPKG

xlibs-components

Version:

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

7 lines 270 B
import React from "react"; export declare const ButtonsCard: ({ children, className, onClick, }: { children?: React.ReactNode; className?: string; onClick?: () => void; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=buttons-card.d.ts.map