UNPKG

general-assistant

Version:

General Assistant components

6 lines (5 loc) 183 B
import { ChatUI } from '../../types/AssistantAi'; import './index.css'; export default function ChatBox({ center }: { center: ChatUI; }): import("react/jsx-runtime").JSX.Element;