Type alias Subscribe<T>

Subscribe<T>: SubscribeFn<T> & {
    actions: ((actions, handler) => Unsubscribe);
    for: ((actions, handler, props?) => Unsubscribe);
    props: ((props, handler) => Unsubscribe);
}

Type Parameters

  • T

Type declaration

Generated using TypeDoc