getaddress-autocomplete-modal
Version:
GetAddress.io - Autocomplete modal plug-in
14 lines (13 loc) • 409 B
TypeScript
import Input from "./Input.js";
import AttributeValues from "./AttributeValues.js";
export default class ClearButton {
readonly input: Input;
readonly attributeValues: AttributeValues;
private readonly button;
element: HTMLElement;
constructor(input: Input, attributeValues: AttributeValues);
private build;
setDisabled: () => void;
private handleClick;
destroy(): void;
}