UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

8 lines (7 loc) 235 B
/// <reference types="react" /> import { UploadProps } from './interface'; export declare type DraggerProps = UploadProps & { height?: number; }; declare const Dragger: (props: DraggerProps) => JSX.Element; export default Dragger;