UNPKG

@chatui/core

Version:

The React library for Chatbot UI

10 lines (9 loc) 278 B
import React from 'react'; export type CardTitleProps = { className?: string; title?: React.ReactNode; subtitle?: React.ReactNode; center?: boolean; children?: React.ReactNode; }; export declare const CardTitle: (props: CardTitleProps) => React.JSX.Element;