Calendar/wwwroot/js/features/all-day/index.d.ts

10 lines
336 B
TypeScript
Raw Normal View History

2026-02-03 00:02:25 +01:00
/**
* All-day feature barrel export
*
* Exports all public APIs from the all-day feature
*/
export { AllDayCoordinator } from './AllDayCoordinator';
export { AllDayHeightService } from './AllDayHeightService';
export { AllDayCollapseService } from './AllDayCollapseService';
export { AllDayDragService } from './AllDayDragService';