UNPKG

@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

6 lines (5 loc) 301 B
/** * 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";