import { NgbTimepickerConfig } from '@ng-bootstrap/ng-bootstrap'; export interface IInputTimepicker { config?: NgbTimepickerConfig; }