Defined in: types.ts:144
Subscribe to a projected value from a source (atom or store). The selector receives the source value; children receive the projected TSelected.
TSourceValue
TSelected
children:
| SubscribeStaticChild
| (state) => unknown;Defined in: types.ts:147
selector: (state) => TSelected;Defined in: types.ts:146
TSourceValue
TSelected
source: SubscribeSource<TSourceValue>;Defined in: types.ts:145