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

24 lines (12 loc) 715 B
[**@uplink-protocol/form-controller v0.3.1**](../README.md) *** [@uplink-protocol/form-controller](../globals.md) / TimeControllerFactory # Type Alias: TimeControllerFactory() > **TimeControllerFactory** = (`options?`) => [`TypedTimeController`](../interfaces/TypedTimeController.md) Defined in: [Time/types/time-controller.types.ts:302](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/types/time-controller.types.ts#L302) Time Controller Factory - Function signature for creating time controllers ## Parameters ### options? [`TimeOptions`](../interfaces/TimeOptions.md) ## Returns [`TypedTimeController`](../interfaces/TypedTimeController.md)