UNPKG

ng-devui

Version:

DevUI components based on Angular

8 lines (7 loc) 323 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DatePipe implements PipeTransform { transform(date: any, pattern: any): any; static ɵfac: i0.ɵɵFactoryDeclaration<DatePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<DatePipe, "dDatePipe", false>; }