UNPKG

@vuex-orm/core

Version:

The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.

5 lines (4 loc) 161 B
import * as Vuex from 'vuex'; import State from './State'; export declare type ActionContext = Vuex.ActionContext<State, any>; export default ActionContext;