UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

10 lines 427 B
import { HolidaysType } from '../types/holidays.type'; import * as i0 from "@angular/core"; export declare class HolidayService { constructor(); handleHoliday(holidays: HolidaysType[], currentDate: any): HolidaysType; private sameDay; static ɵfac: i0.ɵɵFactoryDeclaration<HolidayService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<HolidayService>; } //# sourceMappingURL=holiday.service.d.ts.map