UNPKG

redux-smart-creators

Version:
7 lines (6 loc) 264 B
import { BasicActionCreator } from '../types/creator'; interface GetBasicActionCreator { <ActionType extends string>(actionType: ActionType): BasicActionCreator<ActionType>; } export declare const getBasicActionCreator: GetBasicActionCreator; export {};