UNPKG

ng2-date-picker

Version:

[![Build Status](https://travis-ci.org/vlio20/angular-datepicker.svg?branch=master)](https://travis-ci.org/vlio20/angular-datepicker) [![Backers on Open Collective](https://opencollective.com/angular-datepicker/backers/badge.svg)](#backers) [![Sponsor

5 lines (4 loc) 247 B
import { ITimeSelectConfig } from '../time-select/time-select-config.model'; import { IDayCalendarConfig } from '../day-calendar/day-calendar-config.model'; export interface IDayTimeCalendarConfig extends ITimeSelectConfig, IDayCalendarConfig { }