UNPKG

@progress/kendo-angular-conversational-ui

Version:

Kendo UI for Angular Conversational UI components

27 lines (26 loc) 1.12 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2026 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 container for custom content displayed at the start of the PromptBox. * * @example * ```html * <kendo-promptbox> * <kendo-promptbox-start-affix> * <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button> * </kendo-promptbox-start-affix> * </kendo-promptbox> * ``` */ export declare class PromptBoxStartAffixComponent { /** * @hidden */ templateRef: TemplateRef<any>; static ɵfac: i0.ɵɵFactoryDeclaration<PromptBoxStartAffixComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PromptBoxStartAffixComponent, "kendo-promptbox-start-affix", ["kendoPromptBoxStartAffix"], {}, {}, never, ["*"], true, never>; }