UNPKG

@fesjs/fes-design

Version:
11 lines (10 loc) 547 B
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;