UNPKG

angular-mydatepicker-ivy

Version:
6 lines (5 loc) 147 B
import { CalAnimation } from "../enums/cal-animation.enum"; export interface IMyCalendarAnimation { in: CalAnimation; out: CalAnimation; }