UNPKG

@unleash/proxy-client-react

Version:
4 lines (3 loc) 214 B
import { UnleashClient } from 'unleash-proxy-client'; declare const useUnleashClientSubscription: (client?: UnleashClient) => (onStoreChange: () => void) => () => void; export default useUnleashClientSubscription;