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
/
mixin.d.ts
4 lines
(3 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
import
_Vue
from
'vue'
;
import
{
PluginOptions
}
from
'./declarations'
;
export
declare
function
applyMixin
(
Vue:
typeof
_Vue, options: PluginOptions
):
void
;