UNPKG

vuex-local

Version:

Local state management within Vuex

4 lines (3 loc) 156 B
import _Vue from 'vue'; import { PluginOptions } from './declarations'; export declare function applyMixin(Vue: typeof _Vue, options: PluginOptions): void;