tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 293 B
TypeScript
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;