UNPKG

@minoru/react-dnd-treeview

Version:

A draggable / droppable React-based treeview component.

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