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.

9 lines (7 loc) 259 B
/** Options for the dividers add-on. */ interface mmOptionsDividers { /** Whether or not to automatically add dividers to the menu (dividing the listitems alphabetically). */ add?: boolean; /** Where to add the dividers. */ addTo?: string; }