import { IMyDate } from "./my-date.interface"; export interface IMyMarkedDates { dates: Array; color: string; } //# sourceMappingURL=my-marked-dates.interface.d.ts.map