!95 [inula-request]<bugfix> 请求组件类型导出优化
Merge pull request !95 from 涂旭辉/master
This commit is contained in:
commit
1ec86d6cef
|
@ -68,7 +68,7 @@ export {
|
|||
isAxiosError,
|
||||
};
|
||||
|
||||
export type { IrRequestConfig, IrResponse, IrInstance, CancelTokenSource, IrProgressEvent } from './src/types/interfaces';
|
||||
export type { Method, ResponseType } from './src/types/types';
|
||||
export { IrRequestConfig, IrResponse, IrInstance, CancelTokenSource, IrProgressEvent } from './src/types/interfaces';
|
||||
export { Method, ResponseType } from './src/types/types';
|
||||
|
||||
export default inulaRequest;
|
||||
|
|
Loading…
Reference in New Issue