UNPKG

@headless-tree/react

Version:

The definitive tree component for the Web

7 lines (4 loc) 222 B
import * as _headless_tree_core from '@headless-tree/core'; import { TreeConfig } from '@headless-tree/core'; declare const useTree: <T>(config: TreeConfig<T>) => _headless_tree_core.TreeInstance<T>; export { useTree };