@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) • 909 B
TypeScript
/**
* Interfaces index
* Export all interfaces for the calendar functionality
*/
export * from "./calendar.interfaces";
export * from "./calendar.service.interfaces";
export * from "./date-formatting.service.interfaces";
export * from "./date-selection.service.interfaces";
export * from "./date-validation.service.interfaces";
export * from "./view-state.service.interfaces";
export * from "./event-manager.service.interfaces";
export * from "./navigation.service.interfaces";
export * from "./constraints.service.interfaces";
export * from "./calendar-generator.service.interfaces";
export * from "./configuration.service.interfaces";
export * from "./localization.service.interfaces";
export * from "./accessibility.service.interfaces";
export * from "./accessibility-manager.service.interfaces";
export * from "./calendar-state.service.interfaces";
export * from "./initialization.service.interfaces";