type SubscribePropsWithSourceIdentity<TSourceValue> = object;Defined in: react-table/src/Subscribe.ts:41
Subscribe to the full value of a source (e.g. table.atoms.rowSelection or table.optionsStore). Omitting selector is equivalent to the identity selector — children receive TSourceValue.
TSourceValue
children: (state) => ReactNode | ReactNode;Defined in: react-table/src/Subscribe.ts:44
optional selector: undefined;Defined in: react-table/src/Subscribe.ts:43
source: SubscribeSource<TSourceValue>;Defined in: react-table/src/Subscribe.ts:42