synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
13 lines • 418 B
TypeScript
import { ReactNode } from 'react';
export type EcosystemCardProps = {
title: ReactNode;
titleUrl?: string;
description: ReactNode;
image: ReactNode;
};
/**
* Card layout designed to be used in the EcosystemLayout component.
*/
declare function EcosystemCard(props: EcosystemCardProps): import("react/jsx-runtime").JSX.Element;
export default EcosystemCard;
//# sourceMappingURL=EcosystemCard.d.ts.map