@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
15 lines (14 loc) • 733 B
TypeScript
/**
* Services index
* Export all services for the time functionality
*/
export { TimeService } from "./time.service";
export { TimeSelectionService } from "./time-selection.service";
export { TimeFormattingService } from "./time-formatting.service";
export { TimeValidationService } from "./time-validation.service";
export { TimeViewStateService } from "./time-view-state.service";
export { TimeEventManagerService } from "./time-event-manager.service";
export { TimeNavigationService } from "./time-navigation.service";
export { TimeConstraintsService } from "./time-constraints.service";
export { TimeGeneratorService } from "./time-generator.service";
export { TimeConfigurationService } from "./time-configuration.service";