UNPKG

@chatui/core

Version:

The React library for Chatbot UI

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