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

7 lines (6 loc) 170 B
/** * Types index * Export all TypeScript type definitions for the calendar controller */ export * from "./calendar-controller.types"; export * from "./getters.type";