botframework-webchat-component
Version:
React component of botframework-webchat
8 lines • 346 B
TypeScript
import { type WebChatActivity } from 'botframework-webchat-core';
import React from 'react';
type Props = Readonly<{
activity: WebChatActivity;
}>;
declare const OthersActivityStatus: React.MemoExoticComponent<({ activity }: Props) => React.JSX.Element>;
export default OthersActivityStatus;
//# sourceMappingURL=OthersActivityStatus.d.ts.map