@syncfusion/ej2-vue-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. for Vue
8 lines (7 loc) • 725 B
TypeScript
export * from '@syncfusion/ej2-schedule';
export { ViewsDirective, ViewDirective, ViewsPlugin, ViewPlugin } from './schedule/views.directive';
export { ResourcesDirective, ResourceDirective, ResourcesPlugin, ResourcePlugin } from './schedule/resources.directive';
export { HeaderRowsDirective, HeaderRowDirective, HeaderRowsPlugin, HeaderRowPlugin } from './schedule/headerrows.directive';
export { ToolbarItemsDirective, ToolbarItemDirective, ToolbarItemsPlugin, ToolbarItemPlugin } from './schedule/toolbaritems.directive';
export { ScheduleComponent, SchedulePlugin } from './schedule/schedule.component';
export { RecurrenceEditorComponent, RecurrenceEditorPlugin } from './recurrence-editor/recurrenceeditor.component';