xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
12 lines • 324 B
TypeScript
import React from "react";
type Card = {
id: number;
content: JSX.Element | React.ReactNode | string;
className: string;
thumbnail: string;
};
export declare const LayoutGrid: ({ cards }: {
cards: Card[];
}) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=layout-grid.d.ts.map