UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 272 B
import type { TreeNodeData } from '../Tree'; export declare function isNodeChecked(value: string, data: TreeNodeData[], checkedState: string[]): boolean; export declare const memoizedIsNodeChecked: (value: string, data: TreeNodeData[], checkedState: string[]) => boolean;