Skip to content

Commit 820fe6e

Browse files
Updating axios in types to be lower case (#2797)
Co-authored-by: Xianming Zhong <[email protected]>
1 parent 94ca24b commit 820fe6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ export interface AxiosStatic extends AxiosInstance {
155155
spread<T, R>(callback: (...args: T[]) => R): (array: T[]) => R;
156156
}
157157

158-
declare const Axios: AxiosStatic;
158+
declare const axios: AxiosStatic;
159159

160-
export default Axios;
160+
export default axios;

0 commit comments

Comments
 (0)