未验证 提交 820fe6e4 编写于 作者: R Remco Haszing 提交者: GitHub

Updating axios in types to be lower case (#2797)

Co-authored-by: NXianming Zhong <chinesedfan@qq.com>
上级 94ca24b5
......@@ -155,6 +155,6 @@ export interface AxiosStatic extends AxiosInstance {
spread<T, R>(callback: (...args: T[]) => R): (array: T[]) => R;
}
declare const Axios: AxiosStatic;
declare const axios: AxiosStatic;
export default Axios;
export default axios;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册