UNPKG

botframework-webchat-component

Version:
6 lines 362 B
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