UNPKG

@progress/kendo-angular-scheduler

Version:

Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.

13 lines (12 loc) 731 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export * from './types/actions'; export * from './types/date-range.interface'; export * from './types/scheduler-event'; export * from './types/scheduler-view'; export * from './types/view-item.interface'; export { EditMode } from './types/edit-mode.enum'; export { CrudOperation } from './types/crud-operation.enum'; export { IsSlotSelectedArgs } from './types/slot-selection';