UNPKG

@obliczeniowo/elementary

Version:
10 lines (9 loc) 530 B
import * as i0 from "@angular/core"; export declare class MonthControlComponent { date: import("@angular/core").ModelSignal<Date>; triggerFunction: (date: Date) => void; nextMonth(): void; previousMonth(): void; static ɵfac: i0.ɵɵFactoryDeclaration<MonthControlComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MonthControlComponent, "obl-month-control", never, { "date": { "alias": "date"; "required": false; "isSignal": true; }; }, { "date": "dateChange"; }, never, never, false, never>; }