UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

15 lines 609 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TlCalendarMonths { currentDate: Date; selectMonth: EventEmitter<any>; months: { name: string; initials: string; }[]; constructor(); selectDate(index: number): void; static ɵfac: i0.ɵɵFactoryDeclaration<TlCalendarMonths, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TlCalendarMonths, "tl-months", never, { "currentDate": "currentDate"; }, { "selectMonth": "selectMonth"; }, never, never, false, never>; } //# sourceMappingURL=calendar-months.d.ts.map