UNPKG

@vectara/vectara-ui

Version:

Vectara's design system, codified as a React and Sass component library

8 lines (7 loc) 221 B
import { ChatTurn } from "./types"; type Props = { turn?: ChatTurn; onClose: () => void; }; export declare const VuiChatInspector: ({ turn, onClose }: Props) => import("react/jsx-runtime").JSX.Element; export {};