UNPKG

@progress/kendo-angular-conversational-ui

Version:

Kendo UI for Angular Conversational UI components

23 lines (22 loc) 1.16 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { Attachment } from './api/attachment.interface'; import { AttachmentTemplateDirective } from './attachment-template.directive'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class AttachmentComponent { set attachment(value: Attachment); get attachment(): Attachment; template: AttachmentTemplateDirective; get image(): boolean; get unknown(): boolean; context: any; private get contentType(); private _attachment; static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentComponent, "kendo-chat-attachment", never, { "attachment": { "alias": "attachment"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, {}, never, never, true, never>; }