UNPKG

tdesign-mobile-vue

Version:
6 lines (5 loc) 387 B
import { TdUploadProps } from './type'; import { XhrOptions, InnerProgressContext, HTMLInputEvent, FlowRemoveContext, UploadRemoveOptions, SuccessContext } from '../_common/js/upload/types'; export declare type UploadProps = TdUploadProps; export * from './type'; export type { XhrOptions, HTMLInputEvent, InnerProgressContext, SuccessContext, UploadRemoveOptions, FlowRemoveContext, };