UNPKG
vuex-local
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Local state management within Vuex
github.com/ktsn/vuex-local
ktsn/vuex-local
vuex-local
/
lib
/
index.d.ts
5 lines
(4 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
import
'./vue'
;
import
_Vue
from
'vue'
;
import
{
PluginOptions
}
from
'./declarations'
;
export
declare
function
install
(
API:
typeof
_Vue, options?: PluginOptions
):
void
;