UNPKG

vuex-xhr-state

Version:

Use Vuex to manage the state of you're ajax calls.

4 lines (3 loc) 257 B
import { IVxsPayload, VxsActionTree, VxsMethod } from './types'; declare const _default: <D, P extends IVxsPayload, S, RS>(alwaysRefetch: boolean, method: VxsMethod<P, D>, inValidateGroup: () => void) => VxsActionTree<S, RS, P, D>; export default _default;