UNPKG

outsella-widget

Version:

A voice-enabled widget SDK for Outsella assistant

6 lines (5 loc) 213 B
export declare const Widget: ({ position, agentid, isPreview, }: { position?: "right" | "left"; agentid: string; isPreview?: boolean; }) => false | import("react/jsx-runtime").JSX.Element | undefined;