Type Alias: SubscriptionCallBack()<T>
SubscriptionCallBack<T
> = (value
) => void
Defined in: types/index.ts:19
Callback function type for form value subscriptions.
Type Parameters
T
The type of value being subscribed to
Parameters
value
T
The current value
Returns
void