UNPKG

@bimeister/pupakit.calendar

Version:
14 lines (13 loc) 661 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CalendarDayComponent { value: number | null; isDisabled: boolean; isEmpty: boolean; isCurrent: boolean; isSelected: boolean; readonly select: EventEmitter<void>; handleClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDayComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CalendarDayComponent, "pupa-calendar-day", never, { "value": "value"; "isDisabled": "isDisabled"; "isEmpty": "isEmpty"; "isCurrent": "isCurrent"; "isSelected": "isSelected"; }, { "select": "select"; }, never, never, false>; }