TanStack

SubscribeStaticChild

Type Alias: SubscribeStaticChild

ts
type SubscribeStaticChild =
  | ElementDescriptor<any>
  | string
  | number
  | boolean
  | null
  | undefined
| ReadonlyArray<unknown>;

Defined in: types.ts:100

A non-render-prop child accepted by Subscribe. This stays concrete instead of using OctaneNode (currently unknown) so function children retain contextual typing.