UNPKG

outsella-widget

Version:

A voice-enabled widget SDK for Outsella assistant

7 lines (6 loc) 215 B
import { WidgetPosition } from './widget'; export declare const WidgetWithStore: (props: { position?: WidgetPosition; agentid: string; isPreview?: boolean; }) => import("react/jsx-runtime").JSX.Element;