UNPKG

ng-zorro-antd-yj

Version:

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

5 lines (4 loc) 177 B
import { PipeTransform } from '@angular/core'; export declare class NzTimeRangePipe implements PipeTransform { transform(value: string | number, format?: string): string; }