UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 190 B
import { CardImageProps } from '../types'; declare const CardImage: ({ className, title, src, aspect }: CardImageProps) => import("react/jsx-runtime").JSX.Element; export default CardImage;