UNPKG

@sgnl-pro/react-tree

Version:

A tree view component for React

4 lines (3 loc) 185 B
import { SelectionType } from '../types'; export declare const noop: () => void; export declare const isSelectableItem: (selectionType: SelectionType, isParent: boolean) => boolean;