UNPKG

@idiosync/react-observable

Version:

State management control layer for React projects

3 lines (2 loc) 138 B
import { Store } from '../types/store'; export declare const useStoreProxy: (onSubscription: (unsubscribe: () => void) => void) => Store;