UNPKG

ant-design-x-vue

Version:

Craft AI-driven interfaces effortlessly

7 lines (6 loc) 327 B
import XFetch from './x-fetch'; import XRequest from './x-request'; export type { XFetchMiddlewares, XFetchOptions, XFetchType } from './x-fetch'; export type { XRequestBaseOptions, XRequestOptions, XRequestParams, XRequestCallbacks, XRequestFunction } from './x-request'; export { XFetch, XRequest }; export default XRequest;