UNPKG

564 BTypeScriptView Raw
1import { TemplateRef } from '@angular/core';
2import { CalendarEvent } from 'calendar-utils';
3import * as i0 from "@angular/core";
4export declare class CalendarEventTitleComponent {
5 event: CalendarEvent;
6 customTemplate: TemplateRef<any>;
7 view: string;
8 static ɵfac: i0.ɵɵFactoryDeclaration<CalendarEventTitleComponent, never>;
9 static ɵcmp: i0.ɵɵComponentDeclaration<CalendarEventTitleComponent, "mwl-calendar-event-title", never, { "event": "event"; "customTemplate": "customTemplate"; "view": "view"; }, {}, never, never, false, never>;
10}