UNPKG
@hanxx/vue-hooks
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
⚡️ Awesome Vue Hooks
github.com/lianghx-319/vue-hooks
lianghx-319/vue-hooks
@hanxx/vue-hooks
/
lib
/
useStore.d.ts
3 lines
(2 loc)
•
133 B
TypeScript
View Raw
1
2
3
import
{
Store
}
from
'vuex'
;
export
default
function
useStore<
TState
>():
import
(
"@vue/composition-api"
).
ComputedRef
<
Store
<
TState
>>;