UNPKG

@vuex-orm/core

Version:

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

4 lines (3 loc) 180 B
import Collection from '../../data/Collection'; export declare type SelectHook<T extends Collection = Collection> = (models: T, entity: string) => T; export default SelectHook;