UNPKG

shiza-developer-chat-embed

Version:

Javascript library to display SHIZA Developer chatbot on your website

7 lines 309 B
import { BotProps } from '@/components/Bot'; import { BubbleParams } from '@/features/bubble/types'; export type FullProps = BotProps & BubbleParams; export declare const Full: (props: FullProps, { element }: { element: HTMLElement; }) => import("solid-js").JSX.Element; //# sourceMappingURL=Full.d.ts.map