UNPKG

ngx-mat-tui-calendar

Version:

Angular Material Design wrapper, supporting theming, for the Toast UI Calendar, suitable for web-based scheduling, events, appointments, and day planner applications.

7 lines (6 loc) 164 B
import { ISchedule } from "tui-calendar"; export interface CalendarEditorOptions { schedule: ISchedule; darkMode: boolean; themeClass?: string; }