UNPKG

eldav1d-marvel-ui

Version:

UI library for (and from) Playing with Marvel API

7 lines 266 B
/// <reference types="react" /> export interface ICardsGridProps { children: React.ReactNode; } declare const CardsGrid: ({ children }: ICardsGridProps) => import("react/jsx-runtime").JSX.Element; export default CardsGrid; //# sourceMappingURL=CardsGrid.d.ts.map