@fesjs/fes-design
Version:
fes-design for PC
13 lines (12 loc) • 566 B
TypeScript
import type { SFCWithInstall } from '../_util/interface';
import Upload from './upload';
import UploadDragger from './uploadDragger';
type UploadType = SFCWithInstall<typeof Upload>;
export { uploadProps } from './upload';
export type { UploadProps } from './upload';
export declare const FUpload: UploadType;
type UploadDraggerType = SFCWithInstall<typeof UploadDragger>;
export { uploadDraggerProps } from './uploadDragger';
export type { UploadDraggerProps } from './uploadDragger';
export declare const FUploadDragger: UploadDraggerType;
export default FUpload;