UNPKG

ng19-date-picker

Version:

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

6 lines (5 loc) 98 B
import { Dayjs } from 'dayjs'; export interface IDate { date: Dayjs; selected: boolean; }