UNPKG

botframework-webchat-component

Version:
9 lines 504 B
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