botframework-webchat-component
Version:
React component of botframework-webchat
9 lines • 504 B
TypeScript
import type { WebChatActivity } from 'botframework-webchat-core';
/**
* Determines if the rendering activity is presentational or not.
* Returns `true` if the activity is presentational and should not be read by screen reader, otherwise, `false`.
*
* @returns {boolean} `true` if the activity is presentational and should not be read by screen reader, otherwise, `false`.
*/
export default function isPresentational(activity: WebChatActivity): boolean;
//# sourceMappingURL=isPresentational.d.ts.map