UNPKG

@bimeister/pupakit.calendar

Version:
9 lines (8 loc) 486 B
import { PipeTransform } from '@angular/core'; import { CalendarMonth } from '../declarations/interfaces/calendar-month.interface'; import * as i0 from "@angular/core"; export declare class IsCurrentCalendarMonthPipe implements PipeTransform { transform({ year, month }: CalendarMonth): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<IsCurrentCalendarMonthPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<IsCurrentCalendarMonthPipe, "isCurrentCalendarMonth", false>; }