UNPKG

carta-md

Version:

A lightweight, fully customizable, Markdown editor

8 lines (7 loc) 210 B
/** * Handles arrow key navigation for a list of elements. * @param e The event to handle. */ export declare function handleArrowKeysNavigation(e: KeyboardEvent & { currentTarget: HTMLElement; }): void;