UNPKG

@vuex-orm/core

Version:

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

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