UNPKG

plazbot

Version:

Official Plazbot SDK for creating AI agents for WhatsApp, portals, and developers.

6 lines (5 loc) 228 B
import type { CSSProperties } from 'react'; export interface TypingIndicatorProps { style?: CSSProperties; } export declare function TypingIndicator({ style }: TypingIndicatorProps): import("react/jsx-runtime").JSX.Element;