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