@uiowa/date-range-picker
Version:
An Angular library for date range picker.
8 lines (7 loc) • 341 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DateTimePipe implements PipeTransform {
transform(d: Date, ...args: unknown[]): string;
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<DateTimePipe, "dateTime", false>;
}