UNPKG

ng19-date-picker

Version:

https://github.com/vlio20/angular-datepicker

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; }