@universal-material/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.
18 lines (17 loc) • 911 B
TypeScript
import { ElementRef } from '@angular/core';
import { DatepickerState } from '../datepicker-state.model';
import { DatepickerBaseComponent } from '../datepicker-base.component';
import { Month } from '../month.model';
import * as i0 from "@angular/core";
export declare class DatepickerContentComponent {
readonly datepicker: DatepickerBaseComponent;
DatepickerState: typeof DatepickerState;
pickerState: DatepickerState;
disabled: boolean;
constructor(elementRef: ElementRef, datepicker: DatepickerBaseComponent);
private _datesAreEqual;
setYear(year: number): void;
setMonth(month: Month): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerContentComponent, "u-datepicker-content", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
}