UNPKG

shineout

Version:

Shein 前端组件库

6 lines (5 loc) 223 B
import { UploadOptions } from './Props'; export declare const UPLOADING = 1; export declare const SUCCESS = 2; export declare const ERROR = 3; export default function (args: UploadOptions<any>): XMLHttpRequest | undefined;