UNPKG

alloy-request

Version:

alloy-request 基于`axios`和`ahooks的useRequest`封装的 react 请求库

6 lines (5 loc) 132 B
import type { AxiosRequestConfig } from 'axios'; /** * 基础请求配置 */ export declare const baseConfig: AxiosRequestConfig;