xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
13 lines • 338 B
TypeScript
type Card = {
id: number;
name: string;
designation: string;
content: React.ReactNode;
};
export declare const CardStack: ({ items, offset, scaleFactor, }: {
items: Card[];
offset?: number;
scaleFactor?: number;
}) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=card-stack.d.ts.map