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

7 lines (6 loc) 216 B
import { SingleCalendarValue } from '../common/types/single-calendar-value'; export interface IDpDayPickerApi { open: () => void; close: () => void; moveCalendarTo: (date: SingleCalendarValue) => void; }