getaddress-autocomplete-modal
Version:
GetAddress.io - Autocomplete modal plug-in
7 lines (6 loc) • 332 B
TypeScript
import { Options } from "./Options.js";
declare const modal: (id: string, api_key: string, options?: Partial<Options>) => HTMLElement | undefined;
declare const screenWidth: () => number;
declare const isTouchEnabled: () => boolean;
declare function destroy(): void;
export { modal, destroy, Options, screenWidth, isTouchEnabled };