UNPKG

@reduxjs/toolkit

Version:

The official, opinionated, batteries-included toolset for efficient Redux development

6 lines (5 loc) 240 B
import type { InternalHandlerBuilder, SubscriptionSelectors } from './types'; export declare const buildBatchedActionsHandler: InternalHandlerBuilder<[ actionShouldContinue: boolean, returnValue: SubscriptionSelectors | boolean ]>;