UNPKG

gramli-angular-mydatepicker

Version:
10 lines (9 loc) 214 B
import { IMyDate } from "./my-date.interface"; export interface IMyRangeDateSelection { isBegin: boolean; date: IMyDate; jsDate: Date; dateFormat: string; formatted: string; epoc: number; }