vuex-xhr-state
Version:
Use Vuex to manage the state of you're ajax calls.
11 lines (10 loc) • 388 B
TypeScript
import { PluginObject } from 'vue';
export * from './decorators';
export * from './types';
export { mapXhrGetters } from './mappers';
export { VuexXhrCreator } from './VuexXhrCreator';
export { VuexXhrGet } from './VuexXhrGet';
export { VuexXhrPut } from './VuexXhrPut';
export { VuexXhrPost } from './VuexXhrPost';
declare const _default: PluginObject<unknown>;
export default _default;