UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

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