UNPKG

botframework-webchat-component

Version:
7 lines 199 B
import type { FC } from 'react'; type SendButtonProps = { className?: string; }; declare const SendButton: FC<SendButtonProps>; export default SendButton; //# sourceMappingURL=SendButton.d.ts.map