UNPKG

getaddress-autocomplete-modal

Version:

GetAddress.io - Autocomplete modal plug-in

14 lines (13 loc) 403 B
import Input from "./Input"; import AttributeValues from "./AttributeValues"; 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; }