UNPKG

ng-zorro-antd

Version:

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

22 lines (17 loc) 861 B
import * as i0 from '@angular/core'; import { PipeTransform } from '@angular/core'; /** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ declare class NzTimeRangePipe implements PipeTransform { transform(value: string | number, format?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<NzTimeRangePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<NzTimeRangePipe, "nzTimeRange", true>; } declare class NzPipesModule { static ɵfac: i0.ɵɵFactoryDeclaration<NzPipesModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NzPipesModule, never, [typeof NzTimeRangePipe], [typeof NzTimeRangePipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<NzPipesModule>; } export { NzPipesModule, NzTimeRangePipe };