UNPKG

react-native-tree-multi-select

Version:

Super-fast, customizable tree view component for React Native with drag-and-drop reordering, multi-selection, and search filtering.

8 lines 453 B
import { type ForwardedRef } from "react"; import type { TreeViewProps, TreeViewRef } from "./types/treeView.types"; declare function _innerTreeView<ID>(props: TreeViewProps<ID>, ref: ForwardedRef<TreeViewRef<ID>>): import("react/jsx-runtime").JSX.Element; export declare const TreeView: <ID>(props: TreeViewProps<ID> & { ref?: ForwardedRef<TreeViewRef<ID>>; }) => ReturnType<typeof _innerTreeView>; export {}; //# sourceMappingURL=TreeView.d.ts.map