[inula-request]<bugfix> 请求组件类型导出优化

This commit is contained in:
13659257719 2023-12-05 19:38:17 +08:00
parent 977e4cbd1e
commit 706c98c7a0
1 changed files with 2 additions and 2 deletions

View File

@ -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;