@bimeister/pupakit.calendar
Version:
PupaKit Calendar
8 lines (7 loc) • 482 B
TypeScript
import { DayPositionInDateRange } from '../../declarations/types/day-position-in-date-range.type';
import * as i0 from "@angular/core";
export declare class CalendarCellComponent {
positionInRange: DayPositionInDateRange | undefined;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarCellComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarCellComponent, "pupa-calendar-cell", never, { "positionInRange": "positionInRange"; }, {}, never, ["*"], false>;
}