UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

3 lines (2 loc) 253 B
import { XhrOptions } from './types'; export default function xhr({ method, action, withCredentials, headers, data, file, files, name, useMockProgress, mockProgressDuration, formatRequest, onError, onProgress, onSuccess, }: XhrOptions): XMLHttpRequest;