UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 293 B
import { WithInstallType } from '../shared'; import _Upload from './upload'; import './style'; import { TdUploadProps } from './type'; export * from './type'; export declare type UploadProps = TdUploadProps; export declare const Upload: WithInstallType<typeof _Upload>; export default Upload;