type SubscribePropsWithSource<TSourceValue, TSelected> =
| SubscribePropsWithSourceIdentity<TSourceValue>
| SubscribePropsWithSourceWithSelector<TSourceValue, TSelected>;Defined in: Subscribe.ts:57
Subscribe to a single source — atom or store (identity or projected).
TSourceValue
TSelected = TSourceValue