UNPKG

@chatui/core

Version:

The React library for Chatbot UI

6 lines (5 loc) 149 B
import React from 'react'; export type CardContentProps = { className?: string; }; export declare const CardContent: React.FC<CardContentProps>;