UNPKG

angular-calendar-week-hours-view

Version:

This project aims to provide an alternative view to those already provided on [Angular Calendar](https://github.com/mattlewis92/angular-calendar).

10 lines (9 loc) 312 B
import { TemplateRef } from '@angular/core'; import { DayViewHourSegment } from 'calendar-utils'; export declare class CalendarWeekHoursDayViewHourSegmentComponent { segment: DayViewHourSegment; segmentHeight: number; locale: string; customTemplate: TemplateRef<any>; hourVisible: boolean; }