UNPKG

@chatui/core

Version:

The React library for Chatbot UI

9 lines (8 loc) 220 B
import React from 'react'; export type CardMediaProps = { className?: string; aspectRatio?: 'square' | 'wide'; color?: string; image?: string; }; export declare const CardMedia: React.FC<CardMediaProps>;