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.

10 lines (7 loc) 242 B
/** Options for the sectionIndexer add-on. */ interface mmOptionsSectionindexer { /** Whether or not to automatically append a section indexer to the menu. */ add ?: boolean /** Where to add the section indexer(s). */ addTo ?: string }