ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
13 lines (12 loc) • 579 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CalendarWeekPanelComponent implements OnInit {
constructor();
week: string[];
private _locale;
set locale(value: any);
weekPanel: boolean;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarWeekPanelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarWeekPanelComponent, "CalendarWeekPanel, nzm-calendar-week-panel", never, { "locale": { "alias": "locale"; "required": false; }; }, {}, never, never, false, never>;
}