tdesign-mobile-vue
Version:
tdesign-mobile-vue
6 lines (5 loc) • 387 B
TypeScript
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, };