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
/
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;