UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

7 lines (6 loc) 198 B
interface HeaderProps { canExpand?: boolean; botName?: string; } export default function ChatHeader({ canExpand, botName }: HeaderProps): import("react/jsx-runtime").JSX.Element; export {};