1 | import { TemplateRef } from '@angular/core';
|
2 | import { CalendarEvent, EventAction } from 'calendar-utils';
|
3 | import * as i0 from "@angular/core";
|
4 | export declare class CalendarEventActionsComponent {
|
5 | event: CalendarEvent;
|
6 | customTemplate: TemplateRef<any>;
|
7 | trackByActionId: (index: number, action: EventAction) => string | number | EventAction;
|
8 | static ɵfac: i0.ɵɵFactoryDeclaration<CalendarEventActionsComponent, never>;
|
9 | static ɵcmp: i0.ɵɵComponentDeclaration<CalendarEventActionsComponent, "mwl-calendar-event-actions", never, { "event": "event"; "customTemplate": "customTemplate"; }, {}, never, never, false, never>;
|
10 | }
|