UNPKG

@vuex-orm/core

Version:

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

5 lines (4 loc) 167 B
import * as Vuex from 'vuex'; import RootState from './RootState'; export declare type RootMutations = Vuex.MutationTree<RootState>; export default RootMutations;