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
/
esm
/
useActions.d.ts
4 lines
(3 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
import
{ useActions }
from
'./helpers/vuex'
;
declare
const
_default
: useActions;
export
default
_default;