UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

5 lines (4 loc) 274 B
import { ComponentPropsWithoutRef, FunctionComponent } from 'react'; import { ImageProps } from '../Image'; export type CardBackgroundProps = ComponentPropsWithoutRef<'div'> & Partial<ImageProps>; export declare const CardBackground: FunctionComponent<CardBackgroundProps>;