UNPKG

shiza-developer-chat-embed

Version:

Javascript library to display SHIZA Developer chatbot on your website

5 lines 265 B
import { BubbleParams } from '../types'; import { BotProps } from '../../../components/Bot'; export type BubbleProps = BotProps & BubbleParams; export declare const Bubble: (props: BubbleProps) => import("solid-js").JSX.Element; //# sourceMappingURL=Bubble.d.ts.map