/**	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
}
