/** * Types index * Export all TypeScript type definitions for the time functionality */ export type { TimeControllerBindings, TimeControllerMethods, TimeControllerEvents, TypedTimeController, TimeControllerFactory, TimeControllerInstance, BindingValue, TimeState } from "./time-controller.types";