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

25 lines (13 loc) 764 B
[**@uplink-protocol/form-controller v0.3.1**](../README.md) *** [@uplink-protocol/form-controller](../globals.md) / CalendarControllerFactory # Type Alias: CalendarControllerFactory() > **CalendarControllerFactory** = (`options?`) => [`TypedCalendarController`](../interfaces/TypedCalendarController.md) Defined in: [Date/types/typed-calendar-controller.type.ts:47](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Date/types/typed-calendar-controller.type.ts#L47) Factory Function Type Type for the CalendarController factory function ## Parameters ### options? [`CalendarOptions`](../interfaces/CalendarOptions.md) ## Returns [`TypedCalendarController`](../interfaces/TypedCalendarController.md)