UNPKG

redux-smart-creators

Version:
7 lines (6 loc) 264 B
import { ActionCreatorsBag } from '../types/asyncCreator'; interface GetActionCreatorsBag { <T extends string, S extends string>(type: T, steps: S[]): ActionCreatorsBag<T, S>; } export declare const getActionCreatorsBag: GetActionCreatorsBag; export {};