UNPKG

shiza-developer-chat-embed

Version:

Javascript library to display SHIZA Developer chatbot on your website

8 lines 258 B
type Props = { prompt: string; onPromptClick?: () => void; starterPromptFontSize?: number; }; export declare const StarterPromptBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=StarterPromptBubble.d.ts.map