зеркало из https://github.com/github/combobox-nav.git
6 строки
358 B
Plaintext
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;
|