UNPKG

@botonic/react

Version:

Build Chatbots using React

7 lines (6 loc) 214 B
interface AttachmentProps { accept: string; onChange: (event: any) => void; } export declare const Attachment: ({ accept, onChange }: AttachmentProps) => import("react/jsx-runtime").JSX.Element; export {};