UNPKG

@vuex-orm/core

Version:

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

5 lines (4 loc) 166 B
import * as Vuex from 'vuex'; import RootState from './RootState'; export declare type RootGetters = Vuex.GetterTree<RootState, any>; export default RootGetters;