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.

7 lines (5 loc) 155 B
/** Options for the autoHeight add-on. */ interface mmOptionsAutoheight { /** What type of height to use. */ height ?: 'default' | 'auto' | 'highest' }