UNPKG

redux-smart-creators

Version:
7 lines (6 loc) 263 B
import { ExtendableBasicActionCreator } from '../types/creator'; interface GetActionCreator { <ActionType extends string>(actionType: ActionType): ExtendableBasicActionCreator<ActionType>; } export declare const getCreator: GetActionCreator; export {};