UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

4 lines (3 loc) 340 B
import type { UseDropZoneParamsWithRef, UseDropZoneParamsWithoutRef, UseDropZoneStateWithRef, UseDropZoneStateWithoutRef } from "./types.js"; export declare function useDropZone(params: UseDropZoneParamsWithRef): UseDropZoneStateWithRef; export declare function useDropZone(params: UseDropZoneParamsWithoutRef): UseDropZoneStateWithoutRef;