UNPKG

@progress/kendo-angular-conversational-ui

Version:

Kendo UI for Angular Conversational UI components

13 lines (12 loc) 904 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export { InlineAIPromptCommand } from './command.interface'; export { InlineAIPromptOutput } from './prompt-output.interface'; export { InlineAIPromptRequestEvent } from './prompt-request-event'; export { InlineAIPromptOutputAction } from './output-action.interface'; export { InlineAIPromptSettings } from './inlineaiprompt-settings'; export { InlineAIPromptOutputActionClickEvent } from './output-action-click-event'; export { InlineAIPromptMessages } from './messages'; export { InlineAIPromptPopupSettings } from './inlineaiprompt-popupsettings';