UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

12 lines 488 B
import { HTMLAttributes } from 'react'; export type FeaturedToolCardProps = { id: string; name: string; description: string; type: string; date?: string; toolDetailPageURL?: string; url?: string; }; export declare function FeaturedToolCard({ id, name, description, type, toolDetailPageURL, date, url, ...domProps }: FeaturedToolCardProps & HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FeaturedToolCard.d.ts.map