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