UNPKG

vuex-local

Version:

Local state management within Vuex

5 lines (4 loc) 170 B
import './vue'; import _Vue from 'vue'; import { PluginOptions } from './declarations'; export declare function install(API: typeof _Vue, options?: PluginOptions): void;