UNPKG

vue-rest-hooks

Version:

typescript restfull-api reactive @vue/composition-api

3 lines (2 loc) 198 B
import { Store } from "vuex"; export declare const mapActionsConvert: (store: Store<any>) => (namespace: string | any[] | Record<string, any>, map?: any[] | Record<string, any> | undefined) => any;