export type { UploadProps as Props, Validator } from './upload.type'; export type { UploadImageProps as ImageProps } from './image.type'; export type { UploadDraggerProps as DraggerProps } from './dragger.type'; export type { UploadOptions as Options } from '@sheinx/hooks';