UNPKG

@chatui/core

Version:

The React library for Chatbot UI

10 lines (9 loc) 272 B
import React from 'react'; export type CardMediaProps = { className?: string; aspectRatio?: 'square' | 'wide'; color?: string; image?: string; children?: React.ReactNode; }; export declare const CardMedia: (props: CardMediaProps) => React.JSX.Element;