combobox-nav/combobox-nav.js.flow

6 строки
358 B
Plaintext

/* @flow strict */
declare export function install(input: HTMLTextAreaElement | HTMLInputElement, list: HTMLElement): void;
declare export function navigate(input: HTMLTextAreaElement | HTMLInputElement, list: HTMLElement, indexDiff?: -1 | 1): void;
declare export function uninstall(input: HTMLTextAreaElement | HTMLInputElement, list: HTMLElement): void;