UNPKG

react-native-tree-multi-select

Version:

A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.

6 lines 271 B
import React from "react"; import type { NodeListProps } from "../types/treeView.types"; declare const NodeList: typeof _NodeList; export default NodeList; declare function _NodeList<ID>(props: NodeListProps<ID>): React.JSX.Element; //# sourceMappingURL=NodeList.d.ts.map