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) 297 B
/** Configuration for the fixedElements add-on. */ interface mmConfigsFixedelements { /** How to insert the fixed element to the DOM. */ insertMethod?: 'prepend' | 'append'; /** Query selector for the element the fixed element should be inserted in. */ insertSelector?: string; }