UNPKG

ngx-material-timepicker

Version:
6 lines (5 loc) 231 B
import { PipeTransform } from '@angular/core'; import { TimeUnit } from '../models/time-unit.enum'; export declare class TimeFormatterPipe implements PipeTransform { transform(time: number | string, timeUnit: TimeUnit): any; }