UNPKG

@botonic/react

Version:

Build Chatbots using React

6 lines (5 loc) 183 B
interface SendButtonProps { onClick: () => Promise<void>; } export declare const SendButton: ({ onClick }: SendButtonProps) => import("react/jsx-runtime").JSX.Element; export {};