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) 211 B
import { OnInit } from '@angular/core'; import { TimeRange } from '../time-range'; export declare class BookInfoComponent implements OnInit { timeRange: TimeRange; constructor(); ngOnInit(): void; }