UNPKG

general-assistant

Version:

General Assistant components

5 lines (4 loc) 170 B
import { type History } from '../../types/AssistantAi'; export default function History({ history }: { history: History; }): import("react/jsx-runtime").JSX.Element;