UNPKG

@sanp/ahooks-vue

Version:
3 lines (2 loc) 159 B
import { AxiosRequestConfig } from 'axios'; export declare type UseAxiosParams<P extends any[]> = AxiosRequestConfig | ((...args: P) => AxiosRequestConfig);