UNPKG

@microsoft/agents-hosting-teams

Version:

Microsoft 365 Agents SDK for JavaScript

15 lines (14 loc) 441 B
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export * from './tabContext'; export * from './tabEntityContext'; export * from './tabRequest'; export * from './tabResponse'; export * from './tabResponseCard'; export * from './tabResponseCards'; export * from './tabResponsePayload'; export * from './tabSubmit'; export * from './tabSubmitData'; export * from './tabSuggestedActions';