UNPKG

@lxlib/theme

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

8 lines (7 loc) 295 B
import { PipeTransform } from '@angular/core'; import { NzI18nService } from 'ng-zorro-antd/i18n'; export declare class DatePipe implements PipeTransform { private nzI18n; constructor(nzI18n: NzI18nService); transform(value: Date | string | number, formatString?: string): string; }