import { Input, Button } from 'antd'; function InputBox({ onSend }) { function handleSend() { // Logic to get message and call onSend } return (