TanStack

InteropSubscribable

Interface: InteropSubscribable<T>

Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:5

Extended by

Type Parameters

T

T

Properties

subscribe

ts
subscribe: (observer) => Subscription;

Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:6

Parameters

observer

Observer<T>

Returns

Subscription