UNPKG

@algolia/autocomplete-js

Version:

Fast and fully-featured autocomplete JavaScript library.

3 lines (2 loc) 190 B
import { AutocompleteEnvironment } from '@algolia/autocomplete-core'; export declare function getHTMLElement(environment: AutocompleteEnvironment, value: string | HTMLElement): HTMLElement;