/**----------------------------------------------------------------------------------------- * 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"; /** * Use this directive to customize the rendering of Scheduler events. * * To define an event template, nest an `` tag with the `kendoSchedulerEventTemplate` directive inside the * `` or any view component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#event-rendering)). * * The available fields in the template context are: * - `event`—The event that is associated with the item. * - `resources`—The resources of the event. * * @example * ```html * * * * * * ``` */ export declare class EventTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }