UNPKG

ngx-bootstrap

Version:
11 lines (10 loc) 497 B
import { DatePickerBase } from '../common/bs-date-picker-base.class'; import { BsDatePickerState } from '../common/bs-date-picker-state.provider'; import { BsDatePickerOptions } from '../common/bs-date-picker-options.provider'; export declare class BsYearPickerComponent extends DatePickerBase { title: string; calendar: any; readonly yearsStep: number; constructor(datePickerService: BsDatePickerState, options: BsDatePickerOptions); refresh(viewDate: any): void; }