ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
9 lines (8 loc) • 489 B
TypeScript
import { NzDatePickerComponent } from './date-picker.component';
import * as i0 from "@angular/core";
export declare class NzMonthPickerComponent {
datePicker: NzDatePickerComponent;
constructor(datePicker: NzDatePickerComponent);
static ɵfac: i0.ɵɵFactoryDeclaration<NzMonthPickerComponent, [{ optional: true; host: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NzMonthPickerComponent, "nz-month-picker", ["nzMonthPicker"], {}, {}, never, never, true, never>;
}