UNPKG

vuex-xhr-state

Version:

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

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