UNPKG
@u3u/vue-hooks
Version:
latest (2.0.1)
2.0.1
2.0.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1-alpha
1.0.0
1.0.0-alpha
⚡️ Awesome Vue Hooks
github.com/u3u/vue-hooks
u3u/vue-hooks
@u3u/vue-hooks
/
lib
/
useStore.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
import
{
Store
}
from
'vuex'
;
export
default
function
useStore<
TState
>():
import
(
"@vue/composition-api"
).
Ref
<
Store
<
TState
>>;