UNPKG

@vectara/vectara-ui

Version:

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

8 lines (7 loc) 231 B
type Props = { title: React.ReactNode; onClose: () => void; children?: React.ReactNode; }; export declare const VuiChatPanel: ({ title, onClose, children }: Props) => import("react/jsx-runtime").JSX.Element; export {};