xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
10 lines • 420 B
TypeScript
import React from "react";
export declare const DraggableCardBody: ({ className, children, }: {
className?: string;
children?: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
export declare const DraggableCardContainer: ({ className, children, }: {
className?: string;
children?: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=draggable-card.d.ts.map