UNPKG

files-ui-react-19

Version:

UI components for file uploads with React js - with React 19 support

13 lines (12 loc) 499 B
import * as React from "react"; /** * Performs stopPropagation and preventDefault functions on an drop event instance * @param evt drag event handler object */ export declare const handleDropUtil: React.DragEventHandler<HTMLDivElement>; /** * Performs stopPropagation and preventDefault functions on an drop event instance * and also specifies that the drop effect is link * @param evt drag event handler object */ export declare const handleDragUtil: React.DragEventHandler<HTMLDivElement>;