type SubscribeSource<TValue> = | Atom<TValue> | ReadonlyAtom<TValue> | Store<TValue> | ReadonlyStore<TValue>;
Defined in: Subscribe.ts:11
TValue