UNPKG

241 BTypeScriptView Raw
1import { FunctionComponent } from 'react';
2import { UploadProps } from './interface';
3export declare type DraggerProps = UploadProps & {
4 height?: number;
5};
6declare const Dragger: FunctionComponent<DraggerProps>;
7export default Dragger;