UNPKG

@syncfusion/ej2-schedule

Version:

Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support.

21 lines (20 loc) 474 B
import { Schedule } from '../base/schedule'; import { VerticalView } from './vertical-view'; /** * day view */ export declare class Day extends VerticalView { viewClass: string; /** * Constructor for day view * * @param {Schedule} parent Accepts the schedule instance */ constructor(parent: Schedule); /** * Get module name. * * @returns {string} Returns the module name. */ protected getModuleName(): string; }