UNPKG

249 BTypeScriptView Raw
1export default function createSubscriptionHandler(reactotron: any, onReduxStoreCreation: (func: () => void) => void): {
2 sendSubscriptions: () => void;
3 sendSubscriptionsIfNeeded: () => void;
4 setSubscriptions: (subs: string[]) => void;
5};