UNPKG

@chatui/core

Version:

The React library for Chatbot UI

8 lines (7 loc) 211 B
import React from 'react'; export type SendConfirmProps = { file: Blob; onCancel: () => void; onSend: () => void; }; export declare const SendConfirm: (props: SendConfirmProps) => React.JSX.Element;