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.

5 lines (4 loc) 132 B
declare module "*.svg" { const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>; export default content; }