diff --git a/index.d.ts b/index.d.ts index c860d8662c6b273ca41ae19578f446198db4f5a7..5ea0be90af9580fec4471e9fc8ed263d39fcffac 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;