botframework-webchat-component
Version:
React component of botframework-webchat
6 lines • 362 B
TypeScript
import { type SendBoxToolbarMiddlewareProps } from 'botframework-webchat-api';
import React from 'react';
declare function BasicSendBoxToolbar({ className }: SendBoxToolbarMiddlewareProps): React.JSX.Element;
declare const _default: React.MemoExoticComponent<typeof BasicSendBoxToolbar>;
export default _default;
//# sourceMappingURL=BasicSendBoxToolbar.d.ts.map