UNPKG

@progress/kendo-angular-conversational-ui

Version:

Kendo UI for Angular Conversational UI components

28 lines (27 loc) 1.22 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TemplateRef } from "@angular/core"; import * as i0 from "@angular/core"; /** * Defines a template for displaying the output of the Inline AI Prompt. * * @example * ```html * <kendo-inlineaiprompt> * <ng-template kendoInlineAIPromptOutputTemplate let-output> * <div class="custom-output"> * <h4>AI Response:</h4> * <p>{{ output.output }}</p> * </div> * </ng-template> * </kendo-inlineaiprompt> * ``` */ export declare class InlineAIPromptOutputTemplateDirective { templateRef: TemplateRef<any>; constructor(templateRef: TemplateRef<any>); static ɵfac: i0.ɵɵFactoryDeclaration<InlineAIPromptOutputTemplateDirective, [{ optional: true; }]>; static ɵdir: i0.ɵɵDirectiveDeclaration<InlineAIPromptOutputTemplateDirective, "[kendoInlineAIPromptOutputTemplate]", never, {}, {}, never, never, true, never>; }