1.2.4 • Published 2 years ago

@types/x-axios-progress-bar v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/x-axios-progress-bar

Summary

This package contains type definitions for x-axios-progress-bar (https://github.com/mszkb/progress-bar-4-axios#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/x-axios-progress-bar.

index.d.ts

// Type definitions for x-axios-progress-bar 1.2
// Project: https://github.com/mszkb/progress-bar-4-axios#readme
// Definitions by: Claas Augner <https://github.com/caugner>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { AxiosRequestConfig, AxiosInstance } from "axios";

export  function loadProgressBar(
    config?: AxiosRequestConfig,
    instance?: AxiosInstance
): void;

declare module "axios" {
    interface AxiosRequestConfig {
        progress?: boolean | undefined;
    }
}

Additional Details

  • Last updated: Fri, 02 Jul 2021 17:02:18 GMT
  • Dependencies: @types/axios
  • Global values: none

Credits

These definitions were written by Claas Augner.

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

4 years ago

1.2.0

4 years ago