UNPKG

angular-schedule

Version:

A simple and light schedule package for angular.

8 lines (7 loc) 164 B
export interface LibConfig { showTooltip?: boolean; showToday?: boolean; monthsInPast?: number; monthsInFuture?: number; skipDays?: number[]; }