UNPKG

angular-weblineindia-date-picker

Version:

Date Picker component built in AngularJS to select date and time. Supports Angular 9 version.

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