UNPKG

vuex-local

Version:

Local state management within Vuex

4 lines (3 loc) 167 B
import Vue from 'vue'; import { LocalModule } from './declarations'; export declare function mapLocalModule(vm: Vue, modulePath: string[], module: LocalModule): void;