UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

10 lines (9 loc) 233 B
import { OnInit } from '@angular/core'; export declare class CalendarWeekPanelComponent implements OnInit { constructor(); week: string[]; private _locale; locale: any; weekPanel: boolean; ngOnInit(): void; }