@uplink-protocol/calendar-controller
Version:
Flexible calendar and time picker API supporting both calendar, date-picker, and time-picker integrations for any JavaScript framework or library
21 lines (20 loc) • 704 B
TypeScript
/**
* Services index
*
* Export all services for the calendar functionality
*/
export * from './calendar.service';
export * from './date-selection.service';
export * from './date-validation.service';
export * from './date-formatting.service';
export * from './view-state.service';
export * from './event-manager.service';
export * from './navigation.service';
export * from './constraints.service';
export * from './calendar-generator.service';
export * from './configuration.service';
export * from './localization.service';
export * from './accessibility.service';
export * from './accessibility-manager.service';
export * from './calendar-state.service';
export * from './initialization.service';