UNPKG

@minoru/react-dnd-treeview

Version:

A draggable / droppable React-based treeview component.

3 lines (2 loc) 129 B
import type { DragLayerMonitorProps } from "../types"; export declare const useTreeDragLayer: <T>() => DragLayerMonitorProps<T>;