@fesjs/fes-design
Version:
fes-design for PC
11 lines (10 loc) • 547 B
TypeScript
import type { SFCWithInstall } from '../_util/interface';
import InputFile from './inputFile';
import InputFileDragger from './inputFileDragger';
export { inputFileProps, type InputFileProps } from './props';
type InputFileType = SFCWithInstall<typeof InputFile>;
export declare const FInputFile: InputFileType;
export { inputFileDraggerProps, type InputFileDraggerProps } from './props';
type InputFileDraggerType = SFCWithInstall<typeof InputFileDragger>;
export declare const FInputFileDragger: InputFileDraggerType;
export default FInputFile;