UNPKG

mmenu-js

Version:

The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.

13 lines (9 loc) 335 B
/** Options for the counters add-on. */ interface mmOptionsCounters { /** Whether or not to automatically append a counter to each menu item that has a submenu. */ add?: boolean /** Where to add the counters. */ addTo?: string /** Whether or not to automatically count the number of items in the submenu. */ count?: boolean }