UNPKG

book-picker

Version:

<p align="center"> <img width="409" height="331" src="https://raw.githubusercontent.com/ymxk/book-picker/master/book-picker.gif"> </p>

8 lines (7 loc) 270 B
import { PipeTransform } from '@angular/core'; import { TimeRange } from '../time-range'; export declare class TimetablePipe implements PipeTransform { transform(value: TimeRange): string; formatTime(value: TimeRange): string; defaultFormatTime(): string; }