UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 252 B
import type { TreeNodeData } from '../Tree'; export declare function findTreeNode(value: string, data: TreeNodeData[]): TreeNodeData | null; export declare function getChildrenNodesValues(value: string, data: TreeNodeData[], acc?: string[]): string[];