UNPKG

react-cascading-menu

Version:

A powerful React cascading dropdown component with multi-selection, search functionality, and hierarchical navigation. Perfect for building category selectors, dependent dropdowns, and nested menu systems with TypeScript support.

3 lines (2 loc) 217 B
import { ItemId, MenuGroupMap, SelectedItemType } from "../types"; export declare const checkSelections: (menuObj: MenuGroupMap, selectionObj: SelectedItemType, topParentId: ItemId, isActiveItem: boolean) => boolean;