UNPKG

mutoid

Version:

Reactive library for data fetching, caching, state management

3 lines (2 loc) 148 B
import type { Subscription } from 'rxjs'; export declare const useSubscriptionRef: () => [React.MutableRefObject<Subscription | null>, () => void];