UNPKG

ng-zorro-antd-mobile

Version:

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

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