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.

17 lines (16 loc) 397 B
import { IOptions } from 'tui-calendar'; export interface CalendarOptions { ioptions: IOptions; darkMode: boolean; themeClass?: string; buttons: { previous?: boolean; next?: boolean; today?: boolean; longPrevious?: boolean; longNext?: boolean; month?: boolean; week?: boolean; day?: boolean; }; }