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) 288 B
/** Options for the keyboardNavigation add-on. */ interface mmOptionsKeyboardnavigation { /** Whether or not to enable navigating the menu with a keyboard. */ enable ?: boolean | 'default' /** Whether or not to enhance the basic default keyboard navigation. */ enhance ?: boolean }