UNPKG

angular-mydatepicker-ivy

Version:
7 lines (6 loc) 155 B
import { IMyDate } from "./my-date.interface"; export interface IMyMarkedDates { dates: Array<IMyDate>; color?: string; styleClass?: string; }