diff --git a/index.d.ts b/index.d.ts index c860d8662c..5ea0be90af 100644 --- a/index.d.ts +++ b/index.d.ts @@ -155,6 +155,6 @@ export interface AxiosStatic extends AxiosInstance { spread(callback: (...args: T[]) => R): (array: T[]) => R; } -declare const Axios: AxiosStatic; +declare const axios: AxiosStatic; -export default Axios; +export default axios;