UNPKG

vuex-xhr-state

Version:

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

6 lines (5 loc) 233 B
import { IVxsOptions } from './types'; import VuexXhr from './VuexXhr'; export declare class VuexXhrPost<P, S = object, RS = object, D = undefined> extends VuexXhr<S, RS, P, D> { constructor(options: IVxsOptions<D, P, S, RS>); }