UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

7 lines (6 loc) 269 B
import { FunctionComponent, HTMLAttributes } from 'react'; export interface CartTitleProps extends HTMLAttributes<HTMLDivElement | HTMLAnchorElement> { coverLink?: boolean; href?: string; } export declare const CardClickable: FunctionComponent<CartTitleProps>;