UNPKG

@vuex-orm/core

Version:

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

5 lines (4 loc) 183 B
import SelectHook from './SelectHook'; import MutationHook from './MutationHook'; export declare type HookableClosure = SelectHook | MutationHook; export default HookableClosure;